/* base */

* {
    padding: 0;
    margin: 0;
    -webkiit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-size: 16px;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}

@media (max-width: 1440px) {
    body {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
}

i {
    font-style: normal;
}

pre {
    text-align: left;
    padding: 0;
    margin: 0;
    font-style: normal;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

input[type=text]:focus,
input[type=text]:active {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

img {
    vertical-align: middle;
}

input,
input:focus,
input:active,
button,
button[type=button],
textarea:focus {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.rigalt .gotop {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    background: #ffffff;
    position: fixed;
    bottom: 190px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    font-size: 24px;
    color: #666666;
    display: none;
    z-index: 1001;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 1;
}

.rigalt .gotop:hover {
    text-decoration: none!important;
}


/* End*/

.ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

.ie-warning h1 {
    margin: 0 0 30px;
}

.ie-warning p {
    font-size: 16px;
}

.ie-warning .ie-container {
    min-width: 1024px;
    width: 100%;
    height: 200px;
    background: #fff;
    margin: 60px 0;
}

.ie-warning .ie-download {
    list-style: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 720px;
}

.ie-warning .ie-download>li>a {
    display: block;
    color: #000;
    width: 140px;
    font-size: 15px;
    padding: 15px 0;
    margin: 0 auto;
}

.ie-warning .ie-download>li>a>div {
    margin-top: 10px;
}

.ie-warning .ie-download>li>a:hover {
    background-color: #eee;
}

.make-text {
    line-height: 2;
    color: #666;
}

.make-text img {
    max-width: 100%;
}

.make-text p,
.make-text span {
    line-height: 30px;
    color: #666;
    font-size: 16px!important;
}

@media (max-width: 1440px) {
    .make-text p,
    .make-text span {
        font-size: 14px!important;
    }
}


/* End */

.bread {
    width: 100%;
    padding: 60px 0;
}

@media (max-width: 1440px) {
    .bread {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .bread {
        padding: 30px 0;
    }
}

.bread .cont .gt {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 991px) {
    .bread .cont .gt {
        justify-content: flex-start;
    }
}

.bread .cont .gt a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    font-size: 16px;
    color: #666666;
    max-width: 30%;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .bread .cont .gt a {
        font-size: 14px;
    }
}

.bread .cont .gt .on:last-child {
    font-weight: bold;
}

.bread .cont .gt span {
    font-family: "瀹嬩綋";
    font-size: 14px;
    display: block;
    margin: 0 8px;
}

@media (max-width: 991px) {
    .bread .cont .gt span {
        font-size: 12px;
    }
}

.basecont {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .basecont {
        width: 100%;
        max-width: 1600px;
    }
}

.transition {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.img {
    overflow: hidden;
}

.img img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.basetop {
    padding-top: 80px;
}

@media (max-width: 1366px) {
    .basetop {
        padding-top: 60px;
    }
}

.bagcolor {
    background-color: #f5f5f5;
}

.base80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1440px) {
    .base80 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 1199px) {
    .base80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .base80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.base40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.base100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1440px) {
    .base100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .base100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .base100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.base120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1440px) {
    .base120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .base120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .base120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .base120 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.base140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (max-width: 1681px) {
    .base140 {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1440px) {
    .base140 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1366px) {
    .base140 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .base140 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .base140 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.basepage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.basepage a,
.basepage span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 16px;
    color: #999999;
    flex-shrink: 0;
    float: left;
    font-weight: bold;
    margin: 0 5px 10px;
}

@media (max-width: 767px) {
    .basepage a,
    .basepage span {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.basepage .active {
    background-color: #1f2c5c;
    color: #fff;
}

.basepage .prev,
.basepage .next {
    width: 17px;
    height: 13px;
    opacity: 0.5;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.basefont40 {
    font-size: 40px;
}

@media (max-width: 1440px) {
    .basefont40 {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .basefont40 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .basefont40 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .basefont40 {
        font-size: 24px;
    }
}

.basefont36 {
    font-size: 36px;
}

@media (max-width: 1440px) {
    .basefont36 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .basefont36 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .basefont36 {
        font-size: 22px;
    }
}

.basefont24 {
    font-size: 24px;
}

@media (max-width: 1440px) {
    .basefont24 {
        font-size: 20px;
    }
}

.basecroll {
    width: 1px!important;
    background-color: #cccccc;
}

.basecroll .swiper-scrollbar-drag {
    width: 2px;
    background-color: #1f2c5c;
    left: -2px;
}

.baseSan {
    position: relative;
}

.baseSan:after,
.baseSan::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 22;
}

.baseSan:after {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #1f2c5c;
}

.baseSan::before {
    right: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #1f2c5c;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.baselabel {
    display: initial;
    padding-bottom: 5px;
    border-bottom: 2px solid #1f2c5c;
    font-size: 14px;
    line-height: 1;
    color: #333;
}

.baselabel:hover {
    color: #1f2c5c;
    text-decoration: none!important;
}

.basemenubut {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 24px;
}

.basemenubut span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.basemenubut span:last-child {
    margin-bottom: 0;
}

.basemenubut span:nth-child(2) {
    width: 14px;
}

.basemenubut2 span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    margin-top: 2px;
}

.basemenubut2 span:nth-child(2) {
    display: none;
}

.basemenubut2 span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -2px;
}

.basebag {
    background-color: #FAFAFA;
}


/* End */


/*顶部*/

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    width: 100%;
    line-height: 100px;
    text-align: center;
    color: #333;
    transition: all 0.5s;
}

#c-header.c-style2 {
    color: #333;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 972px) {
    #c-header {
        line-height: 60px;
    }
}

#c-header a {
    color: #fff;
    transition: all 0.5s;
}

#c-header.c-style2 a {
    color: #333;
}

#c-header .c-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

@media (max-width: 972px) {
    #c-header .c-container {
        height: 60px;
    }
}

#c-header .c-right-box {
    display: flex;
    align-items: center;
}


/*顶部logo*/

#c-header .c-logo {
    float: left;
    margin: 23px 0;
    z-index: 3;
}

#c-header .c-logo .ipc {
    display: block;
    width: 310px;
}

#c-header .c-logo .iph {
    display: none;
     width: 310px;
}

#c-header.c-style2 .c-logo .ipc {
    display: none;
}

#c-header.c-style2 .c-logo .iph {
    display: block;
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
}

@media (max-width: 1260px) {
    #c-header .c-logo .c-text {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    #c-header .c-logo .c-img-box img {
        width: 130px;
    }
}

#c-header.c-style3 .c-logo .c-text {
    color: #fff;
}

#c-header.c-style2 .c-logo .c-text {
    color: #333;
}


/*顶部pc导航*/

#c-header .c-nav {
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 1;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "opensans-bolder";
}

@media (max-width: 1260px) {
    #c-header .c-nav {
        padding-right: 128px;
        justify-content: flex-end;
    }
}

@media (max-width:1024px) {
    #c-header .c-nav {
        display: none;
    }
}

#c-header .c-nav>li {
    position: relative;
    margin-right: 42px;
}

#c-header .c-nav>li:last-child {
    margin-right: 0;
}

@media (max-width: 1900px) {
    #c-header .c-nav>li {
        margin-right: 30px;
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav>li {
        margin-right: 15px;
    }
}

#c-header .c-nav li a {
    position: relative;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 500;
}

#c-header .c-nav li a i {
    margin-left: 8px;
    font-size: 20px;
}

#c-header .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: #1f2c5c;
}

#c-header .c-nav ul {
    position: fixed;
    top: 100px;
    left: 0;
    display: none;
    width: 100%;
    line-height: 60px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ddd;
}

#c-header .c-nav ul li {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

#c-header .c-nav ul li:last-child {
    margin-right: 0;
    border: 0;
}

#c-header .c-nav ul li a {
    color: #666;
}

#c-header .c-nav a:hover,
#c-header .c-nav .active {
    color: #1f2c5c;
}

#c-header .c-nav .c-list-box {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    font-family: "opensans-normal";
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

#c-header .c-nav .c-list-box .c-container {
    height: auto;
}

#c-header .c-nav .c-list-box .c-item-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
}

#c-header .c-nav .c-list-box .c-item-box .c-line2 {
    width: 100%;
    border-top: 1px solid #ddd;
}

#c-header .c-nav .c-list-box .c-item-box .c-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 33.333333%;
    padding: 30px 0;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a {
    display: block;
    width: 213px;
    height: 213px;
    overflow: hidden;
}

@media (max-width: 1580px) {
    #c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a {
        width: 150px;
        height: 150px;
    }
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-line {
    position: absolute;
    top: 30px;
    right: 0;
    height: -webkit-calc(40%);
    height: calc(100% - 60px);
    border-left: 1px solid #ddd;
}

#c-header .c-nav .c-list-box .c-item-box .c-item:nth-child(3n) .c-line {
    display: none;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box {
    width: -webkit-calc(-113%);
    width: calc(100% - 213px);
    text-align: left;
}

@media (max-width: 1580px) {
    #c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box {
        width: -webkit-calc(-50%);
        width: calc(100% - 150px);
    }
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a {
    line-height: 26px;
    color: #333;
    transition: all 0.5s;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:first-child {
    margin-bottom: 20px;
    font-family: "opensans-bold";
    font-size: 18px;
    line-height: 28px;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:last-child {
    color: #1f2c5c;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:hover {
    color: #1f2c5c;
}

#c-header.c-style3 .c-nav li>a {
    color: #fff;
}

#c-header.c-style2 .c-nav li>a {
    color: #333;
    position: relative;
}

#c-header.c-style2 .c-nav li>ul>li>a,
#c-header .c-nav li>ul>li>a {
    font-size: 16px;
}

#c-header.c-style2 .c-nav li.on>a,
#c-header .c-nav li:hover>a,
#c-header.c-style3 .c-nav li.on>a {
    color: #1f2c5c;
}

#c-header.c-style2 .c-nav li.on>a::before,
#c-header .c-nav li:hover>a::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1f2c5c;
}


/*顶部移动端导航*/

#c-header .c-nav2 {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    height: 0;
    font-size: 16px;
    line-height: 50px;
    background: #fff;
    overflow-y: auto;
    transition: all 0.5s;
    text-align: left;
}

#c-header .c-nav2>li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
    padding: 0 20px;
    border-top: 1px solid #f1f1f1;
}

#c-header .c-nav2 li .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-header .c-nav2 li a {
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-nav2 li a i {
    font-size: 20px;
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on>a {
    color: #1f2c5c;
}

#c-header .c-nav2 li ul {
    display: none;
}

.c-open #c-header .c-nav2 {
    height: 130vw;
}


/*顶部导航开关*/

#c-header .c-switch {
    position: relative;
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #1f2c5c;
    border-radius: 3px;
}

@media (max-width: 1024px) {
    #c-header .container {
        width: 100%;
        max-width: 100%;
        padding: 0 7%;
    }
    #c-header .c-switch {
        display: block;
    }
    #c-header .c-gn {
        right: 90px !important;
    }
    #c-header .c-switch {
        top: 38px;
        right: -100%;
        width: 30px;
    }
    #c-top-banner .c-box {
        display: none;
    }
    .c-open #c-header .c-nav2 {
        padding: 0 7%;
    }
    #c-header .c-nav2 li .c-title-box i {
        position: relative;
    }
    #c-header .c-nav2 li .c-title-box i::before {
        position: absolute;
        top: -8px;
        left: 0;
        content: "";
        width: 16px;
        height: 16px;
        background: url(../images/jt4.png);
    }
}

@media (max-width: 991px) {
    #c-header .c-gn {
        top: 12px !important;
    }
    #c-header .c-switch {
        top: 28px;
    }
}

#c-header .c-switch i {
    position: absolute;
    display: block;
    left: 5px;
    height: 2px;
    width: 20px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
    top: 8px;
}

#c-header .c-switch i:nth-child(3) {
    bottom: 8px;
}

#c-header .c-switch i:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#c-header .container {
    position: relative;
}


/* 顶部功能区 */

#c-header .c-gn {
    position: absolute;
    top: 3px;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 333333333333333333;
}

#c-header .c-gn .lange:hover {
    color: #1f2c5c;
}

#c-header .c-gn .lange {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}

#c-header.c-style2 .c-gn .lange {
    color: #000;
}

#c-header .c-gn .c-wx {
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 50%;
    background: url(../images/db-ico2.png)no-repeat center / auto 16px;
    cursor: pointer;
}

#c-header.c-style2 .c-gn .c-wx {
    border: 1px solid rgba(0, 0, 0, .33);
    background-image: url(../images/db-ico2-h.png);
}

#c-header .c-gn .c-wx .c-img {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -32px;
    width: 100px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    transition: .3s;
    visibility: hidden;
}

#c-header .c-gn .c-wx .c-img::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#c-header .c-gn .c-wx .c-img img {
    width: 100%;
    border-radius: 3px;
}

#c-header .c-gn .c-wx:hover .c-img {
    visibility: visible;
    opacity: 1;
    z-index: 22222;
}


/* ==========================================================================
标题
 ==========================================================================*/

.inner-tit {
    text-align: center;
    margin-bottom: 62px;
}

.inner-tit .en {
    color: #444;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.inner-tit .en:after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    margin: 1.042% auto;
    background: -webkit-linear-gradient(left, transparent, #0080cc, transparent);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, transparent, #00a0e9, transparent);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, transparent, #4fbae8, transparent);
    /* Firefox 4.6 - 15 */
    background: linear-gradient(to right, transparent, #1f2c5c, transparent);
    /* 标准的语法（必须放在最后） */
}

.inner-tit .cn {
    font-size: 30px;
    color: #000;
    line-height: 1;
}

@media (max-width: 1750px) {
    .inner-tit .en {
        font-size: 44px;
    }
}

@media (max-width: 1680px) {
    .inner-tit .en {
        font-size: 42px;
    }
    .inner-tit .cn {
        font-size: 30px;
    }
    #vbrandvideo {
        width: 64.829%;
    }
}

@media (max-width: 1560px) {
    .inner-tit .en {
        font-size: 36px;
    }
    .inner-tit .cn {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {
    .inner-tit .en {
        font-size: 36px;
    }
    .inner-tit .cn {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .inner-tit .en {
        font-size: 30px;
    }
    .inner-tit .cn {
        font-size: 22px;
    }
}

@media (max-width: 1000px) {
    .inner-tit .en {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .inner-tit .en {
        font-size: 24px;
    }
    .inner-tit .cn {
        font-size: 18px;
    }
}


/* ==========================================================================
了解更多框效果
 ==========================================================================*/

.c-common-btn1 {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 180px;
    height: 58px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    transition: all 0.5s;
    overflow: hidden;
    cursor: pointer;
}

.c-common-btn1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    z-index: -1;
    height: 400%;
    background: #1f2c5c;
    transition: 0.5s;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.c-common-btn1:hover {
    color: #fff;
    border-color: #1f2c5c;
}

.c-common-btn1:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


/* ==========================================================================
内页顶部banner
 ==========================================================================*/

#c-top-banner {
    position: relative;
    color: #fff;
    text-align: center;
}

#c-top-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#c-top-banner img {
    width: 100%;
    height: 26vw;
    object-fit: cover;
}

#c-top-banner .c-box {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-top-banner .c-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#c-top-banner .c-en-title {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

#c-top-banner .c-title {
    margin: 30px 0 20px;
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
}

#c-top-banner .c-line {
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: #fff;
}


/* 顶部定位 */

#c-top-site {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#c-top-site .box {
    width: 100%;
    display: inline-block;
}

#c-top-site .box .c-left {
    float: left;
    height: 81px;
    line-height: 81px;
}

#c-top-site .box .c-left a {
    font-size: 18px;
    color: #000;
    margin-right: 30px;
}

#c-top-site .box .c-left span {
    margin-right: 20px;
}

#c-top-site .box .c-left a:hover,
#c-top-site .box .c-left a.active {
    color: #1f2c5c;
    font-weight: 600;
}

#c-top-site .c-box {
    float: right;
    display: flex;
    align-items: center;
    height: 81px;
    color: #666;
}

#c-top-site2 .c-box {
    display: flex;
    align-items: center;
}

#c-top-site .c-box a {
    color: #666;
    transition: .5s;
}

#c-top-site .c-box a:hover {
    color: #1f2c5c;
}

#c-top-site .c-box span {
    margin: 0 15px;
}

#c-top-site .c-box span:last-child {
    display: none;
}

#c-top-site2 .c-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 81px;
    border-bottom: 1px solid #ddd;
    color: #999;
}

#c-top-site2 .c-box a {
    color: #999;
    transition: .5s;
    margin-right: 20px;
}

#c-top-site2 .c-box span {
    margin-right: 20px;
}

#c-top-site2 .c-box a:hover,
#c-top-site2 .c-box a.on {
    color: #1f2c5c;
    font-weight: 600;
}

#c-top-site2 .c-return {
    display: inline-block;
    padding-left: 30px;
    background: url(../images/fh-ico.png)no-repeat left center / 14px auto;
    color: #1f2c5c;
}

#c-top-site2.c-dt {
    background: #f5f5f5;
}


/* ==========================================================================
图片效果
 ==========================================================================*/

.img {
    overflow: hidden;
}

.img img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

.img img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}


/* ==========================================================================
邮箱订阅 
 ==========================================================================*/

.footerbox-fixed {
    width: 100%;
    padding: 70px 0;
    background: url(../images/fexbag.jpg) no-repeat center / cover;
}

@media (max-width: 1440px) {
    .footerbox-fixed {
        padding: 60px;
    }
}

@media (max-width: 1199px) {
    .footerbox-fixed {
        padding: 40px 0;
    }
    .c-common-btn1 {
    width: 130px;
    height:32px;
    border-radius: 3px;
    line-height:30px;
}
}

@media (max-width: 767px) {
    .footerbox-fixed {
        padding: 30px 0;
    }
}

.footerbox-fixed .cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footerbox-fixed .cont .tit {
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .footerbox-fixed .cont .tit {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .footerbox-fixed .cont .tit {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .footerbox-fixed .cont .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.footerbox-fixed .cont .tit span {
    color: #000;
}

.footerbox-fixed .cont .but {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .footerbox-fixed .cont .but {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .footerbox-fixed .cont .but {
        font-size: 14px;
    }
}

.footerbox-fixed .cont .but span {
    padding-bottom: 10px;
    border-bottom: 1px solid #646464;
    margin-top: 10px;
    display: block;
}

@media (max-width: 1440px) {
    .footerbox-fixed .cont .but span {
        padding-bottom: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .footerbox-fixed .cont .but span {
        margin-top: 3px;
        padding-bottom: 3px;
    }
}

.footerbox-fixed .cont .but i {
    display: block;
    width: 40px;
    margin-left: 24px;
}

@media (max-width: 1440px) {
    .footerbox-fixed .cont .but i {
        width: 30px;
        margin-left: 18px;
    }
}

@media (max-width: 1199px) {
    .footerbox-fixed .cont .but i {
        width: 26px;
        margin-left: 16px;
    }
}

@media (max-width: 991px) {
    .footerbox-fixed .cont .but i {
        width: 22px;
        margin-left: 14px;
    }
}

.footerbox-fixed .cont .but i img {
    width: 100%;
}

.footerbox-fixed .cont .but:hover {
    color: #1f2c5c;
}

.footerbox-fixed .cont .but:hover span {
    border-color: #1f2c5c;
}

.footerbox-fixed .gt {
    width: 36%;
    float: right;
}

.footerbox {
    padding-top: 60px;
    background-color: #262626;
}

.footerbox-section1 .basecont .cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
    border-bottom: 1px solid #3d3d3d;
}

@media (max-width: 1440px) {
    .footerbox-section1 .basecont .cont {
        padding-bottom: 20px;
    }
}

.footerbox-section1 .basecont .cont .logo {
    display: block;
    width: 65px;
}

@media (max-width: 1440px) {
    .footerbox-section1 .basecont .cont .logo {
        width: 50px;
    }
}

@media (max-width: 1199px) {
    .footerbox-section1 .basecont .cont .logo {
        width: 45px;
    }
}

.footerbox-section1 .basecont .cont .logo img {
    width: 100%;
}

.footerbox-section1 .basecont .cont .f_jut {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .footerbox-section1 .basecont .cont .f_jut {
        display: none;
    }
}

.footerbox-section1 .basecont .cont .f_jut a {
    display: block;
    width: 36px;
    margin-right: 15px;
}

@media (max-width: 1440px) {
    .footerbox-section1 .basecont .cont .f_jut a {
        width: 32px;
        margin-right: 10px;
    }
}

.footerbox-section1 .basecont .cont .f_jut a:last-child {
    margin-right: 0;
}

.footerbox-section1 .basecont .cont .f_jut a img {
    width: 100%;
}

.footerbox-section2 .cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerbox-section2 .cont .lt {
    width: 60%;
    max-width: 990px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .footerbox-section2 .cont .lt {
        width: 66%;
    }
}

@media (max-width: 991px) {
    .footerbox-section2 .cont .lt {
        width: 100%;
        max-width: 100%;
        order: 1;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footerbox-section2 .cont .lt {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footerbox-section2 .cont .lt .list {
        width: 100%;
        margin-bottom: 20px;
    }
    .footerbox-section2 .cont .lt .list:last-child {
        margin-bottom: 0;
    }
}

.footerbox-section2 .cont .lt .list .tit {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 1440px) {
    .footerbox-section2 .cont .lt .list .tit {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footerbox-section2 .cont .lt .list .tit {
        display: flex;
        justify-content: space-between;
    }
}

.footerbox-section2 .cont .lt .list .tit i {
    display: none;
    width: 14px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.footerbox-section2 .cont .lt .list.on .tit i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .footerbox-section2 .cont .lt .list .tit i {
        display: block;
    }
}

.footerbox-section2 .cont .lt .list .tit i img {
    width: 100%;
}

.footerbox-section2 .cont .lt .list .jut {
    padding-top: 26px;
}

@media (max-width: 1440px) {
    .footerbox-section2 .cont .lt .list .jut {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .footerbox-section2 .cont .lt .list .jut {
        padding-top: 16px;
        display: none;
    }
}

.footerbox-section2 .cont .lt .list .jut a {
    color: #555;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .footerbox-section2 .cont .lt .list .jut a {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

.footerbox-section2 .cont .lt .list .jut a:last-child {
    margin-bottom: 0;
}

.footerbox-section2 .cont .lt .list .jut a:hover {
    color: #fff;
}

.gt .form {
    display: flex;
    align-items: center;
    width: 100%;
}

.gt .form input,
.gt .form button {
    height: 54px;
    padding: 18px 20px;
    border: none;
    background-color: none;
}

@media (max-width: 1440px) {
    .gt .form input,
    .gt .form button {
        padding: 16px 18px;
        height: 50px;
    }
}

@media (max-width: 1199px) {
    .gt .form input,
    .gt .form button {
        height: 45px;
        padding: 14px 16px;
    }
}

.gt .form input {
    width: 100%;
    max-width: 460px;
    background-color: rgb(61, 60, 60, 0.15);
    font-size: 14px;
    color: #fff;
}

.gt .form button {
    width: 20%;
    max-width: 80px;
    padding: 0;
    background-color: #1f2c5c;
}

.gt .form button img {
    width: 10px;
}

.footerbox-section3 {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .footerbox-section3 {
        margin-top: 26px;
    }
}

.footerbox-section3 .cont {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 40px;
    border-top: 1px solid #2b2b2b;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footerbox-section3 .cont {
        padding: 20px 0 30px;
    }
}

@media (max-width: 991px) {
    .footerbox-section3 .cont .font {
        order: 1;
        width: 100%;
        text-align: center;
    }
}

.footerbox-section3 .cont .font span,
.footerbox-section3 .cont .font a {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.footerbox-section3 .cont .font a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .footerbox-section3 .cont .gt {
        width: 100%;
        order: 0;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .footerbox-section3 .cont .gt {
        margin-bottom: 0;
    }
}

.footerbox-section3 .cont .gt a {
    font-size: 14px;
    color: #555555;
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 1440px) {
    .footerbox-section3 .cont .gt a {
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .footerbox-section3 .cont .gt a {
        margin-right: 14px;
    }
}

@media (max-width: 991px) {
    .footerbox-section3 .cont .gt a {
        margin-bottom: 10px;
    }
}

.footerbox-section3 .cont .gt a:last-child {
    margin-right: 0;
}

.footerbox-section3 .cont .gt a:hover {
    color: #fff;
}


/* Endw */


/*  */

.fixedrigt {
    position: fixed;
    z-index: 777;
    display: none;
}

.fixedrigt .zhong {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fixedrigt .zhong:after {
    content: "";
    clear: both;
    display: block;
}

.fixedrigt .item {
    background-color: #fff;
    display: block;
    padding: 10px;
}

@media (max-width: 991px) {
    .fixedrigt .item {
        padding: 0;
    }
}

.fixedrigt .item .tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #555555;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.fixedrigt .item .tit i {
    display: block;
    height: 26px;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .fixedrigt .item .tit i {
        margin-bottom: 8px;
    }
}

@media (max-width: 991px) {
    .fixedrigt .item .tit i {
        height: 20px;
        margin-bottom: 5px;
    }
}

.fixedrigt .item .tit i img {
    height: 100%;
}

.fixedrigt .tel,
.fixedrigt .er {
    background-color: #1f2c5c;
}

.fixedrigt .tel .tit,
.fixedrigt .er .tit {
    color: #fff;
}

.fixedrigt .tel {
    display: flex;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.fixedrigt .tel .jut {
    width: 60%;
    width: calc(100% - 80px);
    text-align: center;
    height: auto;
    border-left: 1px solid #f1832a;
    font-size: 24px;
    font-weight: bold;
    display: none;
    color: #fff;
    line-height: 80px;
}

@media (max-width: 1440px) {
    .fixedrigt .tel .jut {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .fixedrigt .tel:hover {
        width: 312px;
    }
    .fixedrigt .tel:hover .jut {
        display: block;
    }
}

.fixedrigt .er {
    position: relative;
}

.fixedrigt .er .erimg {
    position: absolute;
    right: 110%;
    right: calc(100% + 12px);
    top: 0;
    width: 120px;
    background-color: #fff;
    padding: 6px;
    display: none;
}

@media (max-width: 991px) {
    .fixedrigt .er .erimg {
        right: inherit;
        left: 0;
        bottom: 110%;
        bottom: calc(100% + 12px);
        top: inherit;
    }
}

.fixedrigt .er .erimg img {
    width: 100%;
}

.fixedrigt .er .erimg:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

@media (min-width: 992px) {
    .fixedrigt .er .erimg:after {
        top: 26%;
        right: -7px;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 7px solid #fff;
    }
}

@media (max-width: 991px) {
    .fixedrigt .er .erimg:after {
        bottom: -7px;
        left: 50%;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 7px solid #fff;
    }
}

.fixedrigt .er:hover .erimg {
    display: block;
}

.fixedrigt .top {
    margin-top: 5px;
    background-color: #747474;
}

.fixedrigt .top .tit {
    color: #fff;
    font-family: "FuturaBoldBT";
}

.fixedrigt .top .tit i {
    display: block;
    height: 9px;
}

@media (min-width: 992px) {
    .fixedrigt {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .fixedrigt {
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 777;
    }
    .fixedrigt .zhong {
        display: flex;
        flex-direction: row;
    }
    .fixedrigt .item {
        width: 26%;
    }
    .fixedrigt .item .tit {
        width: 100%;
        height: 60px;
    }
}


/* End */


/* 动画 */

@keyframes spinright {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinleft {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* End */

@keyframes spinner-circle-clipper {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes spinner-circle {
    0% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.home-section1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: calc(100vw/192);
}

.home-section1 .wf_font {
    font-size: 39em;
    font-family: "FuturaBoldBT";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-section1 .wf_font:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home/wenzijan.png) no-repeat;
    background-position: bottom;
    background-size: cover;
    opacity: 0.6;
}

.home-section1 .basecont {
    position: relative;
    z-index: 2;
}

.home-section1 .home1-cont {
    width: 100%;
}

.home-section1 .home1-cont .item {
    width: 100%;
    position: relative;
    font-size: calc(100/192);
}

.home-section1 .home1-cont .item .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 100.2%;
    width: 100%;
}

.home-section1 .home1-cont .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.home-section1 .home1-cont .item .font {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 22em;
    height: 22em;
    border-radius: 50%;
    background-color: rgba(232, 111, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (min-width: 1200px) {
    .home-section1 .home1-cont .item .font {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (max-width: 1199px) {
    .home-section1 .home1-cont .item .font {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 120px;
        height: 120px;
    }
}

.home-section1 .home1-cont .item .font .tit {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 30px;
}

@media (max-width: 1440px) {
    .home-section1 .home1-cont .item .font .tit {
        font-size: 18px;
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    .home-section1 .home1-cont .item .font .tit {
        font-size: 16px;
        padding: 0 10px;
    }
}

.home-section1 .home1-cont .item .font i {
    display: block;
    width: 40px;
    margin-top: 12px;
}

@media (max-width: 1440px) {
    .home-section1 .home1-cont .item .font i {
        width: 30px;
    }
}

@media (max-width: 1199px) {
    .home-section1 .home1-cont .item .font i {
        margin-top: 8px;
    }
}

.home-section1 .home1-cont .item .font i img {
    width: 100%;
}

.home-section1 .home1-cont .item:hover .font {
    opacity: 1;
}

@media (min-width: 1200px) {
    .home-section1 .home1-cont .item:hover .font {
        -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
        transform: scale(1) translateX(-50%) translateY(-50%);
    }
}

.home-section1 .f_tit {
    text-align: center;
    margin-bottom: 56px;
}

@media (max-width: 1440px) {
    .home-section1 .f_tit {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .home-section1 .f_tit {
        margin-bottom: 30px;
    }
}

.home-section1 .f_tit .tit {
    font-weight: bold;
    line-height: 1.3;
    font-size: 40px;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .home-section1 .f_tit .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .home-section1 .f_tit .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .home-section1 .f_tit .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .home-section1 .f_tit .tit {
        font-size: 24px;
    }
}

.home-section1 .f_tit .text {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 60px;
}

.home-section1 .f_tit .text span {
    color: #1f2c5c;
}

@media (max-width: 1440px) {
    .home-section1 .f_tit .text {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .home-section1 .f_tit .text {
        font-size: 18px;
        margin-bottom: 26px;
    }
}

.home-section2 {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.home-section2 .item {
    width: 50%;
    background-color: #fafafa;
    position: relative;
    font-size: calc(100vw / 192);
    overflow: hidden;
}

@media (max-width: 767px) {
    .home-section2 .item {
        width: 100%;
    }
}

.home-section2 .item .font {
    padding: 80px 50px;
}

@media (min-width: 1921px) {
    .home-section2 .item .font {
        padding: 80px 0.3%;
    }
}

@media (max-width: 1440px) {
    .home-section2 .item .font {
        padding: 60px 40px;
    }
}

@media (max-width: 991px) {
    .home-section2 .item .font {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .home-section2 .item .font {
        padding: 50px 20px;
    }
}

.home-section2 .item .font .lab {
    font-size: 24px;
    opacity: 0.4;
    display: block;
    margin-bottom: 16px;
}

@media (max-width: 1440px) {
    .home-section2 .item .font .lab {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

@media (max-width: 1199px) {
    .home-section2 .item .font .lab {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.home-section2 .item .font .tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 190px;
}

@media (max-width: 1440px) {
    .home-section2 .item .font .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .home-section2 .item .font .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .home-section2 .item .font .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .home-section2 .item .font .tit {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .home-section2 .item .font .tit {
        margin-bottom: 160px;
    }
}

@media (max-width: 1199px) {
    .home-section2 .item .font .tit {
        margin-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .home-section2 .item .font .tit {
        margin-bottom: 60px;
    }
}

.home-section2 .item .font .but {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
}

.home-section2 .item .font .but i {
    display: block;
    width: 40px;
    margin-right: 20px;
}

@media (max-width: 1440px) {
    .home-section2 .item .font .but i {
        width: 30px;
        margin-right: 16px;
    }
}

@media (max-width: 1199px) {
    .home-section2 .item .font .but i {
        width: 26px;
        margin-right: 14px;
    }
}

@media (max-width: 991px) {
    .home-section2 .item .font .but i {
        width: 22px;
        margin-right: 10px;
    }
}

.home-section2 .item .font .but i img {
    width: 100%;
}

.home-section2 .item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

@media (max-width: 1199px) {
    .home-section2 .item .img {
        opacity: 0;
    }
}

.home-section2 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-section2 .item .f_pre {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 20em;
    height: 20em;
    border-radius: 50%;
    background-color: rgba(232, 111, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1199px) {
    .home-section2 .item .f_pre {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 120px;
        height: 120px;
        display: none;
    }
}

.home-section2 .item .f_pre .tit {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media (max-width: 1440px) {
    .home-section2 .item .f_pre .tit {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .home-section2 .item .f_pre .tit {
        font-size: 16px;
    }
}

.home-section2 .item .f_pre i {
    display: block;
    width: 40px;
    margin-top: 12px;
}

@media (max-width: 1440px) {
    .home-section2 .item .f_pre i {
        width: 30px;
    }
}

@media (max-width: 1199px) {
    .home-section2 .item .f_pre i {
        margin-top: 8px;
    }
}

.home-section2 .item .f_pre i img {
    width: 100%;
}

@media (min-width: 768px) {
    .home-section2 .item:nth-child(3n),
    .home-section2 .item:nth-child(3n-1) {
        background-color: #efefef;
    }
    .home-section2 .item:nth-child(3n) .img,
    .home-section2 .item:nth-child(3n-1) .img {
        background-color: #efefef;
    }
}

@media (max-width: 767px) {
    .home-section2 .item:nth-child(2n) {
        background-color: #efefef;
    }
}

.home-section2 .item:hover .f_pre {
    opacity: 1;
}

@media (min-width: 1200px) {
    .home-section2 .item:hover .img {
        opacity: 1;
    }
}

.home-section4 {
    position: relative;
    height: 650px;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .home-section4 {
        height: 500px;
    }
}

@media (max-width: 1199px) {
    .home-section4 {
        height: 400px;
    }
}

.home-section4 .img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.home-section4 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section4 .video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}

.home-section4 .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wenli.png) center;
    opacity: 0.8;
    z-index: 3;
}

.home-section4 .basecont {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
    .home-section4 .basecont {
        width: 100%;
    }
}

.home-section4 .basecont .font {
    text-align: center;
    color: #fff;
}

.home-section4 .basecont .font .lab {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 26px;
    display: block;
}

@media (max-width: 1440px) {
    .home-section4 .basecont .font .lab {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .home-section4 .basecont .font .lab {
        margin-bottom: 20px;
    }
}

.home-section4 .basecont .font .tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .home-section4 .basecont .font .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .home-section4 .basecont .font .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .home-section4 .basecont .font .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .home-section4 .basecont .font .tit {
        font-size: 24px;
    }
}

.home-section4 .basecont .font .text {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .home-section4 .basecont .font .text {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .home-section4 .basecont .font .text {
        font-size: 18px;
        margin-bottom: 26px;
    }
}

.home-section4 .basecont .font .but {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    width: 140px;
    margin: 0 auto;
}

.home-section4 .basecont .font .but i {
    display: block;
    width: 40px;
    margin-right: 20px;
}

@media (max-width: 1440px) {
    .home-section4 .basecont .font .but i {
        width: 30px;
        margin-right: 16px;
    }
}

@media (max-width: 1199px) {
    .home-section4 .basecont .font .but i {
        width: 26px;
        margin-right: 14px;
    }
}

@media (max-width: 991px) {
    .home-section4 .basecont .font .but i {
        width: 22px;
        margin-right: 10px;
    }
}

.home-section4 .basecont .font .but i img {
    width: 100%;
}


/* End */

.aboutbox-section1 .f_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
}

@media (max-width: 991px) {
    .aboutbox-section1 .f_item {
        margin-bottom: 40px;
    }
}

.aboutbox-section1 .f_item .lt,
.aboutbox-section1 .f_item .gt {
    width: 50%;
}

@media (max-width: 991px) {
    .aboutbox-section1 .f_item .lt,
    .aboutbox-section1 .f_item .gt {
        width: 100%;
    }
}

.aboutbox-section1 .f_item .lt {
    width: 100%;
}

@media (min-width: 992px) {
    .aboutbox-section1 .f_item .lt {
        position: absolute;
        top: 50%;
        left: 0;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .aboutbox-section1 .f_item .lt {
        order: 1;
    }
}

.aboutbox-section1 .f_item .lt .font {
    width: 50%;
    padding-right: 180px;
}

@media (max-width: 1440px) {
    .aboutbox-section1 .f_item .lt .font {
        padding-right: 120px;
    }
}

@media (max-width: 1366px) {
    .aboutbox-section1 .f_item .lt .font {
        padding-right: 80px;
    }
}

@media (max-width: 1199px) {
    .aboutbox-section1 .f_item .lt .font {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .aboutbox-section1 .f_item .lt .font {
        padding-right: 0;
        width: 100%;
    }
}

.aboutbox-section1 .f_item .lt .font .case {
    font-size: 22px;
    color: #999999;
    display: block;
    line-height: 1;
    margin-bottom: 26px;
}

@media (max-width: 1440px) {
    .aboutbox-section1 .f_item .lt .font .case {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .aboutbox-section1 .f_item .lt .font .case {
        margin-bottom: 16px;
        font-size: 18px;
    }
}

.aboutbox-section1 .f_item .lt .font .tit {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 44px;
}

@media (max-width: 1440px) {
    .aboutbox-section1 .f_item .lt .font .tit {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .aboutbox-section1 .f_item .lt .font .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.aboutbox-section1 .f_item .lt .font .tit span {
    color: #999999;
}

@media (max-width: 991px) {
    .aboutbox-section1 .f_item .lt .font .tit {
        font-size: 20px;
    }
}

.aboutbox-section1 .f_item .lt .font .but {
    display: flex;
    align-items: center;
    color: #1f2c5c;
    font-size: 14px;
}

.aboutbox-section1 .f_item .lt .font .but i {
    display: block;
    width: 40px;
    margin-right: 20px;
}

@media (max-width: 1440px) {
    .aboutbox-section1 .f_item .lt .font .but i {
        width: 30px;
        margin-right: 16px;
    }
}

@media (max-width: 1199px) {
    .aboutbox-section1 .f_item .lt .font .but i {
        width: 26px;
        margin-right: 14px;
    }
}

@media (max-width: 991px) {
    .aboutbox-section1 .f_item .lt .font .but i {
        width: 22px;
        margin-right: 10px;
    }
}

.aboutbox-section1 .f_item .lt .font .but i img {
    width: 100%;
}

@media (max-width: 991px) {
    .aboutbox-section1 .f_item .gt {
        order: 0;
        margin-bottom: 20px;
    }
}

.aboutbox-section1 .f_item .gt img {
    width: 100%;
}

.aboutbox-section1 .f_item:nth-child(2n) {
    flex-direction: row;
}

.aboutbox-section1 .f_item:nth-child(2n) .basecont {
    display: flex;
    flex-direction: row-reverse;
}

.aboutbox-section1 .f_item:nth-child(2n) .lt .font {
    padding-left: 180px;
    padding-right: 0;
}

@media (max-width: 1440px) {
    .aboutbox-section1 .f_item:nth-child(2n) .lt .font {
        padding-left: 120px;
    }
}

@media (max-width: 1366px) {
    .aboutbox-section1 .f_item:nth-child(2n) .lt .font {
        padding-left: 80px;
    }
}

@media (max-width: 1199px) {
    .aboutbox-section1 .f_item:nth-child(2n) .lt .font {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .aboutbox-section1 .f_item:nth-child(2n) .lt .font {
        padding-left: 0;
        width: 100%;
    }
}


/* End */

.productbox-section1 {
    padding-top: 0;
}

.productbox-section1 .cont {
    margin: 0 -45px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont {
        margin: 0 -30px;
    }
}

@media (max-width: 1199px) {
    .productbox-section1 .cont {
        margin: 0 -20px;
    }
}

@media (max-width: 991px) {
    .productbox-section1 .cont {
        margin: 0;
    }
}

.productbox-section1 .cont .nav,
.productbox-section1 .cont .gt {
    padding: 0 45px;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .nav,
    .productbox-section1 .cont .gt {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .productbox-section1 .cont .nav,
    .productbox-section1 .cont .gt {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .productbox-section1 .cont .nav,
    .productbox-section1 .cont .gt {
        padding: 0;
    }
}

.productbox-section1 .cont .nav {
    width: 22%;
}

@media (max-width: 991px) {
    .productbox-section1 .cont .nav {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .productbox-section1 .cont .nav {
        position: sticky;
        top: 110px;
    }
}

.productbox-section1 .cont .nav .min {
    width: 100%;
}

.productbox-section1 .cont .nav .min .zhu {
    display: none;
}

@media (max-width: 991px) {
    .productbox-section1 .cont .nav .min .zhu {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .productbox-section1 .cont .nav .min .zhu .tit {
        width: 100%;
        padding: 20px 16px;
        border-bottom: 2px solid #f1f1f1;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        color: #333;
    }
    .productbox-section1 .cont .nav .min .zhu .tit i {
        display: block;
        width: 10px;
    }
    .productbox-section1 .cont .nav .min .zhu .tit i img {
        width: 100%;
    }
    .productbox-section1 .cont .nav .min .zhu .tit i img:nth-child(2) {
        display: none;
    }
}

.productbox-section1 .cont .nav .min .zhu.on1 .tit {
    color: #1f2c5c;
}

.productbox-section1 .cont .nav .min .zhu.on1 .tit i img:nth-child(1) {
    display: none;
}

.productbox-section1 .cont .nav .min .zhu.on1 .tit i img:nth-child(2) {
    display: block;
}

.productbox-section1 .cont .nav .min .zhong {
    width: 100%;
}

@media (max-width: 991px) {
    .productbox-section1 .cont .nav .min .zhong {
        display: none;
    }
}

.productbox-section1 .cont .nav .min .zhong .item {
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
    padding: 35px 30px;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .nav .min .zhong .item {
        padding: 26px 24px;
    }
}

@media (max-width: 1199px) {
    .productbox-section1 .cont .nav .min .zhong .item {
        padding: 20px 16px;
    }
}

.productbox-section1 .cont .nav .min .zhong .item:last-child {
    border-bottom: none;
}

.productbox-section1 .cont .nav .min .zhong .item:first-child {
    padding-top: 0;
}

.productbox-section1 .cont .nav .min .zhong .item .tit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .nav .min .zhong .item .tit {
        font-size: 16px;
    }
}

.productbox-section1 .cont .nav .min .zhong .item .tit span {
    display: block;
    width: 80%;
    width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productbox-section1 .cont .nav .min .zhong .item .tit i {
    display: block;
    width: 10px;
    overflow: hidden;
}

.productbox-section1 .cont .nav .min .zhong .item .tit i img {
    float: left;
    width: 100%;
}

.productbox-section1 .cont .nav .min .zhong .item .tit i img:nth-child(2) {
    display: none;
}

.productbox-section1 .cont .nav .min .zhong .item .jut {
    width: 100%;
    padding-top: 21px;
    display: none;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .nav .min .zhong .item .jut {
        padding-top: 16px;
    }
}

.productbox-section1 .cont .nav .min .zhong .item .jut li {
    display: block;
    width: 100%;
    padding: 21px 0;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .nav .min .zhong .item .jut li {
        padding: 16px 0;
    }
}

.productbox-section1 .cont .nav .min .zhong .item .jut li .f_tit {
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .nav .min .zhong .item .jut li .f_tit {
        font-size: 14px;
        padding-left: 24px;
    }
}

.productbox-section1 .cont .nav .min .zhong .item .jut .active .f_tit {
    color: #1f2c5c;
}

.productbox-section1 .cont .nav .min .zhong .on .tit {
    color: #1f2c5c;
}

.productbox-section1 .cont .nav .min .zhong .on .tit i img:nth-child(1) {
    display: none;
}

.productbox-section1 .cont .nav .min .zhong .on .tit i img:nth-child(2) {
    display: block;
}

.productbox-section1 .cont .gt {
    width: 78%;
}

@media (max-width: 991px) {
    .productbox-section1 .cont .gt {
        width: 100%;
    }
}

.productbox-section1 .cont .gt .f_cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .gt .f_cont {
        margin: 0 -14px;
    }
}

@media (max-width: 1199px) {
    .productbox-section1 .cont .gt .f_cont {
        margin: 0 -10px;
    }
}

@media (max-width: 991px) {
    .productbox-section1 .cont .gt .f_cont {
        margin: 0 -5px;
    }
}

@media (max-width: 500px) {
    .productbox-section1 .cont .gt .f_cont {
        margin: 0;
    }
}

.productbox-section1 .cont .gt .f_cont .item {
    width: 33.333%;
    padding: 0 18px;
    margin-bottom: 36px;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .gt .f_cont .item {
        padding: 0 14px;
        margin-bottom: 28px;
    }
}

@media (max-width: 1199px) {
    .productbox-section1 .cont .gt .f_cont .item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .productbox-section1 .cont .gt .f_cont .item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .productbox-section1 .cont .gt .f_cont .item {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .productbox-section1 .cont .gt .f_cont .item {
        padding: 0;
        width: 100%;
    }
}

.productbox-section1 .cont .gt .f_cont .item .list {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
}

.productbox-section1 .cont .gt .f_cont .item .list .img {
    width: 100%;
    position: relative;
    padding-bottom: 115%;
    overflow: hidden;
}

.productbox-section1 .cont .gt .f_cont .item .list .img img {
    width: 76%;
    height: 76%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.productbox-section1 .cont .gt .f_cont .item .list .font {
    padding: 30px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #ececec;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .gt .f_cont .item .list .font {
        font-size: 16px;
    }
}

.productbox-section1 .cont .gt .f_cont .item .list .font span {
    display: block;
    width: 90%;
    width: calc(100% - 50px);
    overflow: hidden;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .gt .f_cont .item .list .font span {
        width: calc(100% - 30px);
    }
}

@media (max-width: 1199px) {
    .productbox-section1 .cont .gt .f_cont .item .list .font span {
        width: calc(100% - 26px);
    }
}

.productbox-section1 .cont .gt .f_cont .item .list .font i {
    width: 40px;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .productbox-section1 .cont .gt .f_cont .item .list .font i {
        width: 30px;
    }
}

@media (max-width: 1199px) {
    .productbox-section1 .cont .gt .f_cont .item .list .font i {
        width: 26px;
    }
}

.productbox-section1 .cont .gt .f_cont .item .list .font i img {
    float: left;
    width: 100%;
}

.productbox-section1 .cont .gt .f_cont .item .list .font i img:nth-child(2) {
    display: none;
}

.productbox-section1 .cont .gt .f_cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.productbox-section1 .cont .gt .f_cont .item .list:hover .font i img:nth-child(1) {
    display: none;
}

.productbox-section1 .cont .gt .f_cont .item .list:hover .font i img:nth-child(2) {
    display: block;
}


/* End */


/*  */

.bread_info {
    background-color: #f6f6f6;
    padding: 33px 0;
}

@media (max-width: 1199px) {
    .bread_info {
        padding: 22px 0;
    }
}

.bread_info .cont .gt {
    justify-content: flex-start;
}

.bread_info .cont .gt .img {
    display: block;
    flex-shrink: 0;
    width: 14px;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .bread_info .cont .gt .img {
        width: 12px;
    }
}

.bread_info .cont .gt .img img {
    width: 100%;
    float: left;
}

.product_info-section3 .tit {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 55px;
}

@media (max-width: 1440px) {
    .product_info-section3 .tit {
        font-size: 36px;
        margin-bottom: 45px;
    }
}

@media (max-width: 1366px) {
    .product_info-section3 .tit {
        margin-bottom: 40px;
        font-size: 34px;
    }
}

@media (max-width: 1199px) {
    .product_info-section3 .tit {
        margin-bottom: 30px;
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .product_info-section3 .tit {
        font-size: 24px;
    }
}

.product_info-section3 .produ_info-cont .item {
    width: 100%;
}

.product_info-section3 .produ_info-cont .item .list {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
}

.product_info-section3 .produ_info-cont .item .list .img {
    width: 100%;
    position: relative;
    padding-bottom: 115%;
    overflow: hidden;
}

.product_info-section3 .produ_info-cont .item .list .img img {
    width: 76%;
    height: 76%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product_info-section3 .produ_info-cont .item .list .font {
    padding: 30px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #ececec;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .product_info-section3 .produ_info-cont .item .list .font {
        font-size: 16px;
    }
}

.product_info-section3 .produ_info-cont .item .list .font span {
    display: block;
    width: 90%;
    width: calc(100% - 50px);
    overflow: hidden;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1440px) {
    .product_info-section3 .produ_info-cont .item .list .font span {
        width: calc(100% - 30px);
    }
}

@media (max-width: 1199px) {
    .product_info-section3 .produ_info-cont .item .list .font span {
        width: calc(100% - 26px);
    }
}

.product_info-section3 .produ_info-cont .item .list .font i {
    width: 40px;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .product_info-section3 .produ_info-cont .item .list .font i {
        width: 30px;
    }
}

@media (max-width: 1199px) {
    .product_info-section3 .produ_info-cont .item .list .font i {
        width: 26px;
    }
}

.product_info-section3 .produ_info-cont .item .list .font i img {
    float: left;
    width: 100%;
}

.product_info-section3 .produ_info-cont .item .list .font i img:nth-child(2) {
    display: none;
}

.product_info-section3 .produ_info-cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.product_info-section3 .produ_info-cont .item .list:hover .font i img:nth-child(1) {
    display: none;
}

.product_info-section3 .produ_info-cont .item .list:hover .font i img:nth-child(2) {
    display: block;
}


/* End */


/*  */

.newsbread {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.newsbread .cont {
    display: flex;
    justify-content: space-between;
}

.newsbread .cont .gt {
    width: 40%;
}

.newsbread .cont .nav1 .f_jut {
    display: flex;
    width: 100%;
}

.newsbread .cont .nav1 .f_jut a {
    font-size: 16px;
    color: #333333;
    display: block;
    margin-right: 100px;
}

@media (max-width: 1681px) {
    .newsbread .cont .nav1 .f_jut a {
        margin-right: 70px;
    }
}

@media (max-width: 1440px) {
    .newsbread .cont .nav1 .f_jut a {
        margin-right: 60px;
    }
}

@media (max-width: 1199px) {
    .newsbread .cont .nav1 .f_jut a {
        margin-right: 40px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .newsbread .cont .nav1 .f_jut a {
        margin-right: 0;
    }
}

.newsbread .cont .nav1 .f_jut a:last-child {
    margin-right: 0;
}

.newsbread .cont .nav1 .f_jut .on {
    color: #1f2c5c;
    font-weight: bold;
}

@media (max-width: 991px) {
    .newsbread .cont .nav1 .f_jut {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 222;
        display: none;
    }
    .newsbread .cont .nav1 .f_jut a {
        display: block;
        padding: 20px calc(8.6% + 15px);
    }
}

@media (max-width: 767px) {
    .newsbread .cont .nav1 .f_jut a {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.newsbread .cont .nav1 .but {
    display: none;
}

@media (max-width: 991px) {
    .newsbread .cont .nav1 .but {
        display: block;
    }
    .newsbread .cont .nav1 .but span {
        background-color: #666;
    }
}

.newsbox-section1 {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .newsbox-section1 {
        padding-top: 40px;
    }
}

.newsbox-section1 .cont {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1440px) {
    .newsbox-section1 .cont {
        margin: 0 -20px;
    }
}

@media (max-width: 1199px) {
    .newsbox-section1 .cont {
        margin: 0 -10px;
    }
}

@media (max-width: 991px) {
    .newsbox-section1 .cont {
        margin: 0 -5px;
    }
}

@media (max-width: 500px) {
    .newsbox-section1 .cont {
        margin: 0;
    }
}

.newsbox-section1 .cont .list {
    width: 33.333%;
    padding: 0 30px;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .newsbox-section1 .cont .list {
        padding: 0 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .newsbox-section1 .cont .list {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .newsbox-section1 .cont .list {
        margin-bottom: 20px;
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .newsbox-section1 .cont .list {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .newsbox-section1 .cont .list {
        padding: 0;
        width: 100%;
    }
}

.newsbox-section1 .cont .list .item {
    display: block;
    width: 100%;
}

.newsbox-section1 .cont .list .item .img {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 56%;
    overflow: hidden;
}

.newsbox-section1 .cont .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newsbox-section1 .cont .list .item .font {
    width: 100%;
    position: relative;
}

.newsbox-section1 .cont .list .item .font .jut {
    width: 100%;
    padding: 40px 50px 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 1440px) {
    .newsbox-section1 .cont .list .item .font .jut {
        padding: 30px 40px 0;
    }
}

@media (max-width: 1366px) {
    .newsbox-section1 .cont .list .item .font .jut {
        padding: 26px 32px 0;
    }
}

@media (max-width: 991px) {
    .newsbox-section1 .cont .list .item .font .jut {
        padding: 22px 26px 0;
    }
}

@media (max-width: 767px) {
    .newsbox-section1 .cont .list .item .font .jut {
        padding: 20px 20px 0;
    }
}

.newsbox-section1 .cont .list .item .font .hang {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #1f2c5c;
    margin-bottom: 14px;
    line-height: 1;
}

.newsbox-section1 .cont .list .item .font .tit {
    font-size: 24px;
    display: block;
    line-height: 32px;
    color: #222222;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 98px;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .newsbox-section1 .cont .list .item .font .tit {
        font-size: 22px;
        line-height: 30px;
        height: 92px;
        margin-bottom: 24px;
    }
}

.newsbox-section1 .cont .list .item .font:after,
.newsbox-section1 .cont .list .item .font .data {
    width: 100%;
    content: "";
    display: block;
    padding: 0px 50px 0;
    height: 80px;
}

@media (max-width: 1440px) {
    .newsbox-section1 .cont .list .item .font:after,
    .newsbox-section1 .cont .list .item .font .data {
        padding: 0px 40px 0;
        height: 70px;
    }
}

@media (max-width: 1366px) {
    .newsbox-section1 .cont .list .item .font:after,
    .newsbox-section1 .cont .list .item .font .data {
        padding: 0px 32px 0;
    }
}

@media (max-width: 1199px) {
    .newsbox-section1 .cont .list .item .font:after,
    .newsbox-section1 .cont .list .item .font .data {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .newsbox-section1 .cont .list .item .font:after,
    .newsbox-section1 .cont .list .item .font .data {
        padding: 0px 26px 0;
    }
}

@media (max-width: 767px) {
    .newsbox-section1 .cont .list .item .font:after,
    .newsbox-section1 .cont .list .item .font .data {
        padding: 0px 20px 0;
    }
}

.newsbox-section1 .cont .list .item .font:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fafafa;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newsbox-section1 .cont .list .item .font .data {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.newsbox-section1 .cont .list .item .font .data i {
    display: block;
    width: 40px;
}

@media (max-width: 1440px) {
    .newsbox-section1 .cont .list .item .font .data i {
        width: 36px;
    }
}

@media (max-width: 1199px) {
    .newsbox-section1 .cont .list .item .font .data i {
        width: 30px;
    }
}

.newsbox-section1 .cont .list .item .font .data i img {
    width: 100%;
}

.newsbox-section1 .cont .list .item .font .data i img:nth-child(2) {
    display: none;
}

.newsbox-section1 .cont .list .item:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.newsbox-section1 .cont .list .item:hover .font:after {
    height: 100%;
}

.newsbox-section1 .cont .list .item:hover .font .data i img:nth-child(1) {
    display: none;
}

.newsbox-section1 .cont .list .item:hover .font .data i img:nth-child(2) {
    display: block;
}

.newsbox-section1 .basepage {
    margin-top: 10px;
}


/* End */


/*  */

.news_info-section1 {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .news_info-section1 {
        padding-top: 40px;
    }
}

.news_info-section1 .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -50px;
}

@media (max-width: 1440px) {
    .news_info-section1 .cont {
        margin: 0 -20px;
    }
}

@media (max-width: 1199px) {
    .news_info-section1 .cont {
        margin: 0 -10px;
    }
}

@media (max-width: 991px) {
    .news_info-section1 .cont {
        margin: 0;
    }
}

.news_info-section1 .cont .lt,
.news_info-section1 .cont .gt {
    padding: 0 50px;
}

@media (max-width: 1440px) {
    .news_info-section1 .cont .lt,
    .news_info-section1 .cont .gt {
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    .news_info-section1 .cont .lt,
    .news_info-section1 .cont .gt {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .news_info-section1 .cont .lt,
    .news_info-section1 .cont .gt {
        padding: 0;
    }
}

.news_info-section1 .cont .lt {
    width: 71%;
}

@media (max-width: 991px) {
    .news_info-section1 .cont .lt {
        width: 100%;
        margin-bottom: 30px;
    }
}

.news_info-section1 .cont .lt .tit {
    font-size: 48px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 14px;
}

@media (max-width: 1440px) {
    .news_info-section1 .cont .lt .tit {
        font-size: 38px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1366px) {
    .news_info-section1 .cont .lt .tit {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .news_info-section1 .cont .lt .tit {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .news_info-section1 .cont .lt .tit {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .news_info-section1 .cont .lt .tit {
        font-size: 22px;
    }
}

.news_info-section1 .cont .lt .data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 1440px) {
    .news_info-section1 .cont .lt .data {
        padding-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .news_info-section1 .cont .lt .data {
        padding-bottom: 26px;
    }
}

.news_info-section1 .cont .lt .data .f_d {
    font-size: 14px;
    color: #999999;
}

.news_info-section1 .cont .lt .data .f_d span {
    color: #1f2c5c;
}

.news_info-section1 .cont .lt .data .f_fen {
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .news_info-section1 .cont .lt .data .f_fen {
        display: none;
    }
}

.news_info-section1 .cont .lt .data .f_fen .bshare-custom {
    display: flex;
    flex-wrap: wrap;
}

.news_info-section1 .cont .lt .data .f_fen a {
    display: block;
    margin: 0 7px;
}

.news_info-section1 .cont .lt .data .f_fen .bshare-weixin {
    background: url(../images/inner/fenimg1.png) no-repeat center;
    background-size: contain;
}

.news_info-section1 .cont .lt .data .f_fen .bshare-sinaminiblog {
    background: url(../images/inner/fenimg2.png) no-repeat center;
    background-size: contain;
}

.news_info-section1 .cont .lt .data .f_fen .bshare-qqim {
    background: url(../images/inner/fenimg3.png) no-repeat center;
    background-size: contain;
}

.news_info-section1 .cont .lt .make-text {
    padding-top: 40px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .news_info-section1 .cont .lt .make-text {
        margin-bottom: 30px;
        padding-top: 30px;
    }
}

.news_info-section1 .cont .lt .pag {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .news_info-section1 .cont .lt .pag {
        flex-wrap: wrap;
    }
}

.news_info-section1 .cont .lt .pag .centent {
    flex-shrink: 0;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .news_info-section1 .cont .lt .pag .centent {
        width: 100%;
        margin: 24px 0;
    }
}

.news_info-section1 .cont .lt .pag .centent i {
    display: block;
    width: 12px;
    overflow: hidden;
    margin-left: 10px;
}

.news_info-section1 .cont .lt .pag .centent i img {
    float: left;
    width: 100%;
}

.news_info-section1 .cont .lt .pag .prev,
.news_info-section1 .cont .lt .pag .next {
    /* flex: 1 0 auto; */
    max-width: 40%;
}

@media (max-width: 991px) {
    .news_info-section1 .cont .lt .pag .prev,
    .news_info-section1 .cont .lt .pag .next {
        width: 100%;
        max-width: 100%;
    }
}

.news_info-section1 .cont .lt .pag .prev span,
.news_info-section1 .cont .lt .pag .next span,
.news_info-section1 .cont .lt .pag .prev a,
.news_info-section1 .cont .lt .pag .next a {
    font-size: 14px;
    color: #777777;
}

.news_info-section1 .cont .gt {
    width: 29%;
}

@media (max-width: 991px) {
    .news_info-section1 .cont .gt {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .news_info-section1 .cont .gt {
        position: sticky;
        top: 21px;
    }
}

@media (max-width: 1681px) {
    .news_info-section1 .cont .gt {
        top: 60px;
    }
}

.news_info-section1 .cont .gt .f_jut .tit {
    font-size: 18px;
    color: #999999;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 91px;
}

@media (max-width: 1681px) {
    .news_info-section1 .cont .gt .f_jut .tit {
        padding-bottom: 20px;
        margin-top: 50px;
    }
}

.news_info-section1 .cont .gt .f_jut .item {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 1440px) {
    .news_info-section1 .cont .gt .f_jut .item {
        padding: 24px 0;
    }
}

.news_info-section1 .cont .gt .f_jut .item .img {
    display: block;
    width: 120px;
    height: 72px;
}

.news_info-section1 .cont .gt .f_jut .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_info-section1 .cont .gt .f_jut .item .font {
    width: calc(100% - 150px);
}

@media (max-width: 1440px) {
    .news_info-section1 .cont .gt .f_jut .item .font {
        width: calc(100% - 140px);
    }
}

.news_info-section1 .cont .gt .f_jut .item .font span {
    font-size: 14px;
    color: #999999;
    line-height: 1;
}

.news_info-section1 .cont .gt .f_jut .item .font .f_tit {
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
}


/* End */


/*  */

.recruitbox-section1 {
    width: 100%;
}

.recruitbox-section1 .f_tit {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .recruitbox-section1 .f_tit {
        margin-bottom: 40px;
    }
}

.recruitbox-section1 .f_tit .tit {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.recruitbox-section1 .f_tit .text {
    font-size: 18px;
    color: #555555;
    width: 100%;
    max-width: 956px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .recruitbox-section1 .f_tit .text {
        font-size: 16px;
    }
}

.recruitbox-section1 .cont {
    width: 100%;
}

.recruitbox-section1 .cont .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f5f5f5;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .recruitbox-section1 .cont .item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .recruitbox-section1 .cont .item {
        margin-bottom: 20px;
    }
}

.recruitbox-section1 .cont .item:last-child {
    margin-bottom: 0;
}

.recruitbox-section1 .cont .item .img,
.recruitbox-section1 .cont .item .font {
    width: 50%;
}

@media (max-width: 991px) {
    .recruitbox-section1 .cont .item .img,
    .recruitbox-section1 .cont .item .font {
        width: 100%;
    }
}

.recruitbox-section1 .cont .item .img {
    position: relative;
    padding-bottom: 23.5%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .recruitbox-section1 .cont .item .img {
        padding-bottom: 60.5%;
    }
}

@media (max-width: 500px) {
    .recruitbox-section1 .cont .item .img {
        padding-bottom: 72%;
    }
}

.recruitbox-section1 .cont .item .img img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.recruitbox-section1 .cont .item .font {
    padding: 20px 100px;
}

@media (max-width: 1440px) {
    .recruitbox-section1 .cont .item .font {
        padding: 20px 70px;
    }
}

@media (max-width: 1199px) {
    .recruitbox-section1 .cont .item .font {
        padding: 20px 30px;
    }
}

@media (max-width: 991px) {
    .recruitbox-section1 .cont .item .font {
        padding: 30px 20px;
    }
}

@media (max-width: 500px) {
    .recruitbox-section1 .cont .item .font {
        padding: 26px 16px;
    }
}

.recruitbox-section1 .cont .item .font .tit {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

@media (max-width: 1440px) {
    .recruitbox-section1 .cont .item .font .tit {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .recruitbox-section1 .cont .item .font .tit {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .recruitbox-section1 .cont .item .font .tit {
        font-size: 22px;
    }
}

.recruitbox-section1 .cont .item .font .text {
    font-size: 16px;
    color: #777777;
    line-height: 26px;
}

@media (max-width: 1199px) {
    .recruitbox-section1 .cont .item .font .text {
        line-height: 24px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .recruitbox-section1 .cont .item:nth-child(2n) .img {
        order: 1;
    }
    .recruitbox-section1 .cont .item:nth-child(2n) .font {
        order: 0;
    }
}

.recruitbox-section1 .cont .item:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.recruitbox-section2 .tit {
    margin-bottom: 60px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1440px) {
    .recruitbox-section2 .tit {
        margin-bottom: 40px;
    }
}

.recruitbox-section2 .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (max-width: 1440px) {
    .recruitbox-section2 .cont {
        margin: 0 -15px;
    }
}

@media (max-width: 1199px) {
    .recruitbox-section2 .cont {
        margin: 0 -10px;
    }
}

@media (max-width: 991px) {
    .recruitbox-section2 .cont {
        margin: 0 -5px;
    }
}

@media (max-width: 500px) {
    .recruitbox-section2 .cont {
        margin: 0;
    }
}

.recruitbox-section2 .cont .item {
    padding: 0 20px;
    width: 50%;
}

@media (max-width: 1440px) {
    .recruitbox-section2 .cont .item {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .recruitbox-section2 .cont .item {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .recruitbox-section2 .cont .item {
        padding: 0 5px;
    }
}

@media (max-width: 500px) {
    .recruitbox-section2 .cont .item {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .recruitbox-section2 .cont .item:last-child {
        margin-bottom: 0;
    }
}

.recruitbox-section2 .cont .item .list {
    display: block;
    width: 100%;
    position: relative;
}

.recruitbox-section2 .cont .item .list .img {
    position: relative;
    padding-bottom: 70.3%;
    width: 100%;
    overflow: hidden;
}

.recruitbox-section2 .cont .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.recruitbox-section2 .cont .item .list .font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(232, 111, 0, 0.85);
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 1440px) {
    .recruitbox-section2 .cont .item .list .font {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .recruitbox-section2 .cont .item .list .font {
        height: 70px;
    }
}

@media (max-width: 1199px) {
    .recruitbox-section2 .cont .item .list .font {
        height: 60px;
    }
}

@media (max-width: 767px) {
    .recruitbox-section2 .cont .item .list .font {
        font-size: 16px;
        height: 50px;
    }
}

.recruitbox-section2 .cont .item:nth-child(2) .list .font {
    background-color: rgba(225, 33, 55, 0.85);
}

.recruitbox-section2 .cont .item:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}


/* End */


/*  */

.campus-section1 {
    padding-top: 20px;
}

.campus-section1 .cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.campus-section1 .cont .img,
.campus-section1 .cont .font {
    width: 50%;
}

@media (max-width: 991px) {
    .campus-section1 .cont .img,
    .campus-section1 .cont .font {
        width: 100%;
    }
}

.campus-section1 .cont .img {
    position: relative;
    padding-bottom: 31%;
}

@media (max-width: 991px) {
    .campus-section1 .cont .img {
        padding-bottom: 55%;
    }
}

@media (max-width: 767px) {
    .campus-section1 .cont .img {
        padding-bottom: 55%;
    }
}

.campus-section1 .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.campus-section1 .cont .font {
    padding: 40px 100px;
    padding-right: 0;
}

@media (max-width: 1440px) {
    .campus-section1 .cont .font {
        padding: 30px 70px;
    }
}

@media (max-width: 1199px) {
    .campus-section1 .cont .font {
        padding: 30px 50px;
    }
}

@media (max-width: 991px) {
    .campus-section1 .cont .font {
        padding: 30px 20px;
    }
}

@media (max-width: 500px) {
    .campus-section1 .cont .font {
        padding: 26px 16px;
    }
}

.campus-section1 .cont .font .tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1440px) {
    .campus-section1 .cont .font .tit {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .campus-section1 .cont .font .tit {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .campus-section1 .cont .font .tit {
        font-size: 22px;
    }
}

.campus-section1 .cont .font .text {
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    margin: 36px 0 60px;
}

@media (max-width: 1440px) {
    .campus-section1 .cont .font .text {
        margin: 30px 0 50px;
    }
}

@media (max-width: 1199px) {
    .campus-section1 .cont .font .text {
        font-size: 14px;
        line-height: 22px;
        margin: 26px 0 30px;
    }
}

.campus-section1 .cont .font .but {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.campus-section1 .cont .font .but i {
    display: block;
    width: 40px;
    margin-right: 20px;
}

@media (max-width: 1440px) {
    .campus-section1 .cont .font .but i {
        width: 30px;
        margin-right: 16px;
    }
}

@media (max-width: 1199px) {
    .campus-section1 .cont .font .but i {
        width: 26px;
        margin-right: 14px;
    }
}

@media (max-width: 991px) {
    .campus-section1 .cont .font .but i {
        width: 22px;
        margin-right: 10px;
    }
}

.campus-section1 .cont .font .but i img {
    width: 100%;
}

.campus-section2 .form {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .campus-section2 .form {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .campus-section2 .form {
        margin: 0;
    }
}

.campus-section2 .form .item {
    padding: 0 5px;
    width: 32%;
}

@media (max-width: 767px) {
    .campus-section2 .form .item {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.campus-section2 .form .item:last-child {
    margin-bottom: 0;
}

.campus-section2 .form .item input,
.campus-section2 .form .item select,
.campus-section2 .form .item button {
    border: none;
    background-color: none;
    outline: none;
    height: 60px;
    padding: 20px;
    appearance: none;
    font-size: 16px;
    background-color: transparent;
}

@media (max-width: 1366px) {
    .campus-section2 .form .item input,
    .campus-section2 .form .item select,
    .campus-section2 .form .item button {
        height: 50px;
        padding: 16px;
        font-size: 14px;
    }
}

.campus-section2 .form .item input,
.campus-section2 .form .item select {
    width: 100%;
    border: 1px solid #dddddd;
}

.campus-section2 .form .item select {
    background: url(../images/inner/selecticon1.png) no-repeat;
    background-size: 15px 8px;
    background-position: 95% 46%;
}

.campus-section2 .form .search {
    width: 36%;
    display: flex;
}

@media (max-width: 767px) {
    .campus-section2 .form .search {
        width: 100%;
    }
}

.campus-section2 .form .search input {
    width: 100%;
}

.campus-section2 .form .search button {
    width: 120px;
    flex-shrink: 1;
    background-color: #1f2c5c;
}

@media (max-width: 1440px) {
    .campus-section2 .form .search button {
        width: 100px;
    }
}

@media (max-width: 1199px) {
    .campus-section2 .form .search button {
        width: 80px;
    }
}

.campus-section2 .form .search button img {
    height: 25px;
}

@media (max-width: 1440px) {
    .campus-section2 .form .search button img {
        height: 20px;
    }
}

@media (max-width: 1199px) {
    .campus-section2 .form .search button img {
        height: 16px;
    }
}

.campus-section2 .cont {
    margin-bottom: 60px;
    width: 100%;
    overflow: auto;
}

@media (max-width: 991px) {
    .campus-section2 .cont {
        margin-bottom: 30px;
    }
}

.campus-section2 .cont .f_zhong {
    min-width: 560px;
}

.campus-section2 .cont .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 70px;
    background-color: #f8f8f8;
}

@media (max-width: 1440px) {
    .campus-section2 .cont .item {
        padding: 22px 60px;
    }
}

@media (max-width: 1199px) {
    .campus-section2 .cont .item {
        padding: 20px 30px;
    }
}

@media (max-width: 991px) {
    .campus-section2 .cont .item {
        padding: 20px;
    }
}

.campus-section2 .cont .item span {
    display: block;
    padding: 0 10px;
    text-align: center;
    width: 23%;
    font-size: 16px;
    color: #666666;
}

@media (max-width: 1199px) {
    .campus-section2 .cont .item span {
        font-size: 14px;
    }
}

.campus-section2 .cont .item span:nth-child(1) {
    width: 23%;
    text-align: left;
}

.campus-section2 .cont .item span:last-child {
    width: auto;
    text-align: left;
}

.campus-section2 .cont .item:nth-child(2n) {
    background-color: #fff;
}

.campus-section2 .cont .item:hover {
    background-color: #1f2c5c;
}

.campus-section2 .cont .item:hover span {
    color: #fff;
}

.campus-section2 .cont .f_tit span {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

@media (max-width: 1440px) {
    .campus-section2 .cont .f_tit span {
        font-size: 20px;
    }
}

.campus-section2 .cont .f_tit:hover {
    background-color: #f8f8f8;
}

.campus-section2 .cont .f_tit:hover span {
    color: #333;
}


/* End */


/*  */

.social .campus-section2 {
    padding-top: 20px;
}


/* End */


/*  */

.recruit_info-section1 {
    width: 100%;
    background-color: #f7f7f7;
}

.recruit_info-section1 .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .recruit_info-section1 .cont .lt {
        width: 100%;
    }
}

.recruit_info-section1 .cont .lt .tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .recruit_info-section1 .cont .lt .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .recruit_info-section1 .cont .lt .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .recruit_info-section1 .cont .lt .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .recruit_info-section1 .cont .lt .tit {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .recruit_info-section1 .cont .lt .tit {
        margin-bottom: 20px;
    }
}

.recruit_info-section1 .cont .lt .jut {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    line-height: 20px;
}

@media (max-width: 1440px) {
    .recruit_info-section1 .cont .lt .jut {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .recruit_info-section1 .cont .lt .jut {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .recruit_info-section1 .cont .lt .jut {
        font-size: 14px;
    }
}

.recruit_info-section1 .cont .lt .jut span,
.recruit_info-section1 .cont .lt .jut i {
    float: left;
    display: block;
    margin-bottom: 10px;
}

.recruit_info-section1 .cont .lt .jut i {
    display: block;
    font-size: 12px;
    margin: 0 16px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .recruit_info-section1 .cont .lt .jut i {
        margin: 0 10px;
    }
}

@media (max-width: 500px) {
    .recruit_info-section1 .cont .lt .jut i {
        margin: 0 5px;
    }
}

.recruit_info-section1 .cont .lt .jut span strong {
    color: #1f2c5c;
}

@media (max-width: 991px) {
    .recruit_info-section1 .cont .gt {
        width: 100%;
        margin-top: 30px;
    }
}

.recruit_info-section1 .cont .gt .file {
    width: 220px;
    height: 70px;
    background-color: #1f2c5c;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .recruit_info-section1 .cont .gt .file {
        width: 180px;
        height: 60px;
    }
}

@media (max-width: 1199px) {
    .recruit_info-section1 .cont .gt .file {
        width: 140px;
        height: 50px;
    }
}

.recruit_info-section1 .cont .gt .file input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.recruit_info-section1 .cont .gt .file .but1 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .recruit_info-section1 .cont .gt .file .but1 {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .recruit_info-section1 .cont .gt .file .but1 {
        font-size: 14px;
    }
}

.recruit_info-section1 .cont .gt .file .but1 i {
    display: block;
    width: 24px;
    overflow: hidden;
    margin-right: 6px;
}

@media (max-width: 1440px) {
    .recruit_info-section1 .cont .gt .file .but1 i {
        width: 22px;
    }
}

@media (max-width: 1199px) {
    .recruit_info-section1 .cont .gt .file .but1 i {
        margin-right: 4px;
        width: 18px;
    }
}

.recruit_info-section1 .cont .gt .file .but1 i img {
    width: 100%;
    float: left;
    overflow: hidden;
}

.recruit_info-section1 .cont .gt .text {
    font-size: 16px;
    text-align: right;
    color: #1f2c5c;
}

@media (max-width: 1199px) {
    .recruit_info-section1 .cont .gt .text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .recruit_info-section1 .cont .gt .text {
        text-align: left;
    }
}

.recruit_info-section2 {
    padding: 60px 0;
}

@media (max-width: 991px) {
    .recruit_info-section2 {
        padding: 40px 0;
    }
}

.recruit_info-section2 .cont {
    display: flex;
    flex-wrap: wrap;
}

.recruit_info-section2 .cont .lt {
    width: 70%;
    padding-right: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .recruit_info-section2 .cont .lt {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 1440px) {
    .recruit_info-section2 .cont .lt {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 1199px) {
    .recruit_info-section2 .cont .lt {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .recruit_info-section2 .cont .lt {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.recruit_info-section2 .cont .lt .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .recruit_info-section2 .cont .lt .tit {
        font-size: 20px;
    }
}

.recruit_info-section2 .cont .lt .make-text {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .recruit_info-section2 .cont .lt .make-text {
        margin-bottom: 30px;
    }
}

.recruit_info-section2 .cont .lt .make-text:last-child {
    margin-bottom: 0;
}

.recruit_info-section2 .cont .gt {
    width: 30%;
    padding-left: 50px;
    border-left: 1px solid #e5e5e5;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1440px) {
    .recruit_info-section2 .cont .gt {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .recruit_info-section2 .cont .gt {
        padding-left: 0;
        border-left: none;
    }
}

@media (max-width: 1440px) {
    .recruit_info-section2 .cont .gt {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 1199px) {
    .recruit_info-section2 .cont .gt {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .recruit_info-section2 .cont .gt {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .recruit_info-section2 .cont .gt {
        width: 100%;
    }
}

.recruit_info-section2 .cont .gt .tit {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 1440px) {
    .recruit_info-section2 .cont .gt .tit {
        font-size: 20px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .recruit_info-section2 .cont .gt .tit {
        padding-bottom: 28px;
        font-size: 18px;
    }
}

.recruit_info-section2 .cont .gt .jut {
    width: 100%;
}

.recruit_info-section2 .cont .gt .jut .item {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 1440px) {
    .recruit_info-section2 .cont .gt .jut .item {
        padding: 26px 0;
    }
}

@media (max-width: 1199px) {
    .recruit_info-section2 .cont .gt .jut .item {
        padding: 24px 0;
    }
}

.recruit_info-section2 .cont .gt .jut .item .f_tit {
    line-height: 1.2;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .recruit_info-section2 .cont .gt .jut .item .f_tit {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.recruit_info-section2 .cont .gt .jut .item .f_list {
    width: 100%;
    color: #999999;
    line-height: 16px;
}

.recruit_info-section2 .cont .gt .jut .item .f_list:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_info-section2 .cont .gt .jut .item .f_list span,
.recruit_info-section2 .cont .gt .jut .item .f_list i {
    float: left;
    display: block;
    margin-bottom: 10px;
}

.recruit_info-section2 .cont .gt .jut .item .f_list i {
    font-size: 12px;
    margin: 0 14px;
    margin-bottom: 10px;
}

.recruit_info-section2 .cont .gt .jut .item .f_list span {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .recruit_info-section2 .cont .gt .jut .item .f_list span {
        font-size: 14px;
    }
}

.recruit_info-section2 .cont .gt .jut .item .f_list .ju {
    margin-left: 60px;
}

@media (max-width: 1681px) {
    .recruit_info-section2 .cont .gt .jut .item .f_list .ju {
        width: 100%;
        margin-left: 0;
    }
}

.recruit_info-section2 .cont .gt .jut .item .f_list .ju div {
    display: inline-block;
    margin-left: 5px;
}

.recruit_info-section2 .cont .gt .jut .item .f_list:last-child {
    border-bottom: none;
}


/* End */


/*  */

.solution-section1 .f_tit {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .solution-section1 .f_tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .solution-section1 .f_tit {
        margin-bottom: 30px;
    }
}

.solution-section1 .f_tit span {
    font-size: 20px;
}

@media (max-width: 1440px) {
    .solution-section1 .f_tit span {
        font-size: 18px;
    }
}

.solution-section1 .f_tit .tit {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}

@media (max-width: 1440px) {
    .solution-section1 .f_tit .tit {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .solution-section1 .f_tit .tit {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .solution-section1 .f_tit .tit {
        font-size: 24px;
    }
}

.solution-section1 .cont {
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .solution-section1 .cont {
        margin: 0 -5px;
    }
}

@media (max-width: 767px) {
    .solution-section1 .cont {
        margin: 0;
    }
}

.solution-section1 .cont .item {
    width: 33.333%;
    padding: 0 7px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .solution-section1 .cont .item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .solution-section1 .cont .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .solution-section1 .cont .item {
        padding: 0;
        width: 100%;
    }
}

.solution-section1 .cont .item .list {
    width: 100%;
    display: block;
    position: relative;
}

.solution-section1 .cont .item .list .img {
    position: relative;
    padding-bottom: 100.6%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .solution-section1 .cont .item .list .img {
        padding-bottom: 70.6%;
    }
}

.solution-section1 .cont .item .list .img img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.solution-section1 .cont .item .list .jut {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
}

@media (max-width: 1440px) {
    .solution-section1 .cont .item .list .jut {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .solution-section1 .cont .item .list .jut {
        padding: 0;
    }
}

.solution-section1 .cont .item .list .jut .font {
    width: 100%;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1440px) {
    .solution-section1 .cont .item .list .jut .font {
        padding: 20px 26px;
    }
}

.solution-section1 .cont .item .list .jut .font .tit {
    width: calc(100% - 48px);
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    font-size: 22px;
    color: #fff;
}

@media (max-width: 1440px) {
    .solution-section1 .cont .item .list .jut .font .tit {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .solution-section1 .cont .item .list .jut .font .tit {
        font-size: 18px;
    }
}

.solution-section1 .cont .item .list .jut .font i {
    width: 38px;
    display: block;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .solution-section1 .cont .item .list .jut .font i {
        width: 30px;
    }
}

.solution-section1 .cont .item .list .jut .font i img {
    float: left;
    width: 100%;
}

.solution-section1 .cont .item .list .jut .font i img:nth-child(2) {
    display: none;
}

.solution-section1 .cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.solution-section1 .cont .item .list:hover .jut .font {
    background-color: rgba(232, 111, 0, 0.9);
}

.solution-section1 .cont .item .list:hover .jut .font .tit {
    color: #fff;
}

.solution-section1 .cont .item .list:hover .jut .font i img:nth-child(1) {
    display: none;
}

.solution-section1 .cont .item .list:hover .jut .font i img:nth-child(2) {
    display: block;
}


/* End */


/*  */

.solution_info-section1 .tit {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .solution_info-section1 .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .solution_info-section1 .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section1 .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .solution_info-section1 .tit {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section1 .tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .solution_info-section1 .tit {
        margin-bottom: 30px;
    }
}

.solution_info-section1 .tit span {
    color: #1f2c5c;
}

.solution_info-section1 .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.solution_info-section1 .cont .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 230px;
    height: 230px;
    margin: 0 30px;
    margin-bottom: 30px;
    /* margin: auto; */
    border-radius: 50%;
    background-color: #f8f8f8;
}

.solution_info-section1 .cont .item i {
    display: block;
    height: 56px;
    margin-bottom: 40px;
}

.solution_info-section1 .cont .item i img {
    height: 100%;
}

.solution_info-section1 .cont .item .f_tit {
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 1440px) {
    .solution_info-section1 .cont .item {
        width: 200px;
        height: 200px;
    }
    .solution_info-section1 .cont .item i {
        height: 50px;
        margin: 0 20px;
        margin-bottom: 26px;
    }
    .solution_info-section1 .cont .item .f_tit {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section1 .cont .item {
        width: 180px;
        height: 180px;
    }
    .solution_info-section1 .cont .item i {
        height: 40px;
    }
}

.solution_info-section2 .cont {
    width: 100%;
    background-color: #0f1114;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 991px) {
    .solution_info-section1 .cont .item {
        margin: 0 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .solution_info-section2 .cont {
        height: 450px;
    }
    .solution_info-section1 .cont .item {
        margin: 0 5px;
        margin-bottom: 20px;
    }
}

.solution_info-section2 .cont .basecont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

@media (max-width: 767px) {
    .solution_info-section2 .cont .basecont {
        width: 100%;
    }
}

.solution_info-section2 .cont .basecont .font {
    width: 100%;
    color: #fff;
}

.solution_info-section2 .cont .basecont .font .tit {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 54px;
}

@media (max-width: 1440px) {
    .solution_info-section2 .cont .basecont .font .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .solution_info-section2 .cont .basecont .font .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section2 .cont .basecont .font .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .solution_info-section2 .cont .basecont .font .tit {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .solution_info-section2 .cont .basecont .font .tit {
        margin-bottom: 50px;
    }
}

@media (max-width: 1366px) {
    .solution_info-section2 .cont .basecont .font .tit {
        margin-bottom: 30px;
    }
}

.solution_info-section2 .cont .basecont .font .shu {
    font-size: 80px;
    font-family: "FuturaBoldBT";
    opacity: 0.1;
}

@media (max-width: 1440px) {
    .solution_info-section2 .cont .basecont .font .shu {
        font-size: 60px;
    }
}

.solution_info-section2 .cont .basecont .font .f_tit {
    font-size: 36px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .solution_info-section2 .cont .basecont .font .f_tit {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section2 .cont .basecont .font .f_tit {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .solution_info-section2 .cont .basecont .font .f_tit {
        font-size: 22px;
    }
}

.solution_info-section2 .cont .basecont .font .xian {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #1f2c5c;
    margin: 30px 0;
}

.solution_info-section2 .cont .basecont .font .make-text,
.solution_info-section2 .cont .basecont .font .make-text p {
    color: #fff;
}

@media (max-width: 1440px) {
    .solution_info-section2 .cont .basecont .font .xian {
        margin: 20px 0;
    }
}

.solution_info-section2 .cont .video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution_info-section2 .cont .img {
    z-index: 2;
    position: relative;
    width: 100%;
}

.solution_info-section2 .cont .img img {
    width: 100%;
}

.solution_info-section2 .cont .img img:nth-child(2) {
    display: none;
}

@media (max-width: 767px) {
    .solution_info-section2 .cont .img img:nth-child(1) {
        display: none;
    }
    .solution_info-section2 .cont .img img:nth-child(2) {
        display: block;
    }
}

.solution_info-section2 .cont .video {
    width: 100%;
}

.solution_info-section2 .cont .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .solution_info-section2 .cont:nth-child(2) .basecont {
        display: flex;
        flex-direction: row-reverse;
    }
    .solution_info-section2 .cont:nth-child(2) .basecont .font {
        width: auto;
    }
}

.solution_info-section3 {
    background-color: #f8f8f8;
}

.solution_info-section3 .tit {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .solution_info-section3 .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .solution_info-section3 .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section3 .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .solution_info-section3 .tit {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section3 .tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .solution_info-section3 .tit {
        margin-bottom: 30px;
    }
}

.solution_info-section3 .soluinfo3_cont {
    width: 100%;
}

.solution_info-section3 .soluinfo3_cont .item {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution_info-section3 .soluinfo3_cont .item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 50%;
}

@media (max-width: 1440px) {
    .solution_info-section3 .soluinfo3_cont .item i {
        width: 100px;
        height: 100px;
        margin-bottom: 26px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section3 .soluinfo3_cont .item i {
        margin-bottom: 24px;
    }
}

.solution_info-section3 .soluinfo3_cont .item i img {
    height: 44px;
}

@media (max-width: 1440px) {
    .solution_info-section3 .soluinfo3_cont .item i img {
        height: 38px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section3 .soluinfo3_cont .item i img {
        height: 34px;
    }
}

.solution_info-section3 .soluinfo3_cont .item .font {
    width: 100%;
    text-align: center;
}

.solution_info-section3 .soluinfo3_cont .item .font .f_tit {
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .solution_info-section3 .soluinfo3_cont .item .font .f_tit {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section3 .soluinfo3_cont .item .font .f_tit {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .solution_info-section3 .soluinfo3_cont .item .font .f_tit {
        font-size: 20px;
    }
}

.solution_info-section3 .soluinfo3_cont .item .font .text {
    margin-top: 16px;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
}

@media (max-width: 1440px) {
    .solution_info-section3 .soluinfo3_cont .item .font .text {
        margin-top: 14px;
    }
}

@media (max-width: 1199px) {
    .solution_info-section3 .soluinfo3_cont .item .font .text {
        font-size: 14px;
        line-height: 22px;
    }
}


/* End */


/*  */

.contactbox-section1 {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .contactbox-section1 {
        padding-top: 30px;
    }
}

.contactbox-section1 .cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactbox-section1 .cont .lt,
.contactbox-section1 .cont .gt {
    width: 50%;
}

@media (max-width: 991px) {
    .contactbox-section1 .cont .lt,
    .contactbox-section1 .cont .gt {
        width: 100%;
    }
}

.contactbox-section1 .cont .tit {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .contactbox-section1 .cont .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .contactbox-section1 .cont .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .contactbox-section1 .cont .tit {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .contactbox-section1 .cont .lt {
        margin-bottom: 30px;
    }
}

.contactbox-section1 .cont .lt .text {
    font-size: 30px;
    font-family: "FuturaBkBTBookItalic";
    margin-bottom: 26px;
}

@media (max-width: 1440px) {
    .contactbox-section1 .cont .lt .text {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .contactbox-section1 .cont .lt .text {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .contactbox-section1 .cont .lt .text {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .contactbox-section1 .cont .lt .text span {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .contactbox-section1 .cont .lt .text span {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .contactbox-section1 .cont .lt .text span {
        font-size: 22px;
    }
}

.contactbox-section1 .cont .lt .make-text {
    font-size: 14px!important;
}

.contactbox-section1 .cont .gt .form {
    width: 100%;
}

.contactbox-section1 .cont .gt .form .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.contactbox-section1 .cont .gt .form .item textarea,
.contactbox-section1 .cont .gt .form .item input,
.contactbox-section1 .cont .gt .form .item button {
    padding: 21px 24px;
    font-size: 16px;
    color: #b2b2b2;
    background-color: #f5f5f5;
    resize: none;
    outline: none;
    border: none;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .contactbox-section1 .cont .gt .form .item textarea,
    .contactbox-section1 .cont .gt .form .item input,
    .contactbox-section1 .cont .gt .form .item button {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .contactbox-section1 .cont .gt .form .item textarea,
    .contactbox-section1 .cont .gt .form .item input,
    .contactbox-section1 .cont .gt .form .item button {
        margin-bottom: 16px;
    }
}

.contactbox-section1 .cont .gt .form .item input {
    width: calc(50% - 10px);
}

@media (max-width: 1199px) {
    .contactbox-section1 .cont .gt .form .item input {
        width: calc(50% - 5px);
    }
}

@media (max-width: 767px) {
    .contactbox-section1 .cont .gt .form .item input {
        width: 100%;
    }
}

.contactbox-section1 .cont .gt .form .item textarea {
    width: 100%;
    height: 150px;
}

@media (max-width: 1199px) {
    .contactbox-section1 .cont .gt .form .item textarea {
        height: 120px;
    }
}

.contactbox-section1 .cont .gt .form .item button {
    width: 100%;
    background-color: #1f2c5c;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .contactbox-section1 .cont .gt .form .item button {
        font-size: 16px;
    }
}

.contactbox-section1 .cont .gt .form .emale1 input {
    width: 100%;
}

.contactbox-section2 {
    background-color: #efefef;
}

@media (min-width: 768px) {
    .contactbox-section2 .basecont {
        position: relative;
        padding-bottom: 200px;
    }
    .contactbox-section2 .img {
        width: 100%;
        position: relative;
    }
    .contactbox-section2 .img img {
        width: 100%;
    }
    .contactbox-section2 .img .yuan {
        position: absolute;
        z-index: 1;
        width: 8px;
        height: 8px;
        top: 0;
        left: 0;
        background-color: #1f2c5c;
        border-radius: 50%;
    }
    .contactbox-section2 .img .yuan:after {
        content: "";
        display: block;
        position: absolute;
        top: -21px;
        left: -21px;
        -webkit-animation: fang1 2s linear infinite;
        animation: fang1 2s linear infinite;
        background-color: #1f2c5c;
        opacity: 0.3;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }
    @media (max-width: 1440px) {
        .contactbox-section2 .img .yuan:after {
            width: 36px;
            height: 36px;
            left: -14px;
            top: -14px;
        }
    }
    .contactbox-section2 .img .zhong:after {
        -webkit-animation: fang2 2s linear infinite;
        animation: fang2 2s linear infinite;
    }
    .contactbox-section2 .img .xiao:after {
        -webkit-animation: fang3 2s linear infinite;
        animation: fang2 3s linear infinite;
    }
    .contactbox-section2 .img .yuan1 {
        top: 46%;
        left: 21%;
    }
    .contactbox-section2 .img .yuan2 {
        top: 32%;
        left: 48%;
    }
    .contactbox-section2 .img .yuan3 {
        top: 40%;
        left: 82%;
    }
    .contactbox-section2 .img .yuan4 {
        top: 51%;
        left: 76%;
    }
    .contactbox-section2 .img .yuan5 {
        top: 36%;
        left: 77%;
    }
    .contactbox-section2 .img .yuan6 {
        top: 49%;
        left: 79%;
    }
    .contactbox-section2 .img .yuan7 {
        top: 56%;
        left: 68%;
    }
    .contactbox-section2 .img .yuan8 {
        top: 38%;
        left: 71%;
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    .contactbox-section2 .basecont {
        padding-bottom: 160px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .contactbox-section2 .basecont {
        padding-bottom: 140px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contactbox-section2 .basecont {
        margin-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .contactbox-section2 .img {
        display: none;
    }
}

@media (min-width: 768px) {
    .contactbox-section2 .f_bot {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 2;
    }
}

.contactbox-section2 .f_bot .cont {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1366px) {
    .contactbox-section2 .f_bot .cont {
        margin: 0 -10px;
    }
}

@media (max-width: 991px) {
    .contactbox-section2 .f_bot .cont {
        margin: 0 -5px;
    }
}

@media (max-width: 767px) {
    .contactbox-section2 .f_bot .cont {
        margin: 0;
    }
}

.contactbox-section2 .f_bot .cont .item {
    padding: 0 16px;
    width: 33.333%;
}

@media (max-width: 1366px) {
    .contactbox-section2 .f_bot .cont .item {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .contactbox-section2 .f_bot .cont .item {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .contactbox-section2 .f_bot .cont .item {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad {
    width: 100%;
    background-color: #fff;
    padding: 50px 40px;
}

@media (max-width: 1440px) {
    .contactbox-section2 .f_bot .cont .item .pad {
        padding: 40px 26px;
    }
}

@media (max-width: 1199px) {
    .contactbox-section2 .f_bot .cont .item .pad {
        padding: 30px 20px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad .tit {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1440px) {
    .contactbox-section2 .f_bot .cont .item .pad .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .contactbox-section2 .f_bot .cont .item .pad .tit {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .contactbox-section2 .f_bot .cont .item .pad .tit {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .contactbox-section2 .f_bot .cont .item .pad .tit {
        font-size: 18px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad .font {
    width: 100%;
    height: 142px;
    overflow: auto;
    width: calc(100% + 32px);
    margin-right: 32px;
    padding-right: 32px;
}

@media (max-width: 1440px) {
    .contactbox-section2 .f_bot .cont .item .pad .font {
        width: calc(100% + 10px);
        margin-right: 10px;
        padding-right: 10px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad .font::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}

.contactbox-section2 .f_bot .cont .item .pad .font::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #1f2c5c;
}

.contactbox-section2 .f_bot .cont .item .pad .font::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.contactbox-section2 .f_bot .cont .item .pad .font .diz {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .contactbox-section2 .f_bot .cont .item .pad .font .diz {
        font-size: 14px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad .font .diz i {
    display: block;
    width: 12px;
    margin-right: 10px;
    overflow: hidden;
    margin-top: 2px;
}

@media (max-width: 1440px) {
    .contactbox-section2 .f_bot .cont .item .pad .font .diz i {
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .contactbox-section2 .f_bot .cont .item .pad .font .diz i {
        width: 10px;
        margin-right: 5px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad .font .diz i img {
    width: 100%;
    float: left;
}

.contactbox-section2 .f_bot .cont .item .pad .zhi .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contactbox-section2 .f_bot .cont .item .pad .zhi .list:last-child {
    margin-bottom: 0;
}

.contactbox-section2 .f_bot .cont .item .pad .zhi .list .text {
    font-size: 18px;
    color: #666666;
    width: 90%;
    width: calc(100% - 66px);
}

@media (max-width: 767px) {
    .contactbox-section2 .f_bot .cont .item .pad .zhi .list .text {
        width: calc(100% - 60px);
    }
}

@media (max-width: 991px) {
    .contactbox-section2 .f_bot .cont .item .pad .zhi .list .text {
        font-size: 16px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad .jishu .list {
    width: 100%;
}

.contactbox-section2 .f_bot .cont .item .pad .jishu .list .f_tit {
    font-size: 18px;
    color: #666666;
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .contactbox-section2 .f_bot .cont .item .pad .jishu .list .f_tit {
        font-size: 16px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad .jishu .list .jut1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.contactbox-section2 .f_bot .cont .item .pad .jishu .list .jut1 .diz {
    margin-right: 40px;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .contactbox-section2 .f_bot .cont .item .pad .jishu .list .jut1 .diz {
        margin-right: 30px;
    }
}

.contactbox-section2 .f_bot .cont .item .pad .shi {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.contactbox-section2 .f_bot .cont .item .pad .shi .diz {
    margin-right: 40px;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .contactbox-section2 .f_bot .cont .item .pad .shi .diz {
        margin-right: 30px;
    }
}

@keyframes fang1 {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes fang2 {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes fang3 {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}


/* End */


/*  */

.service-section1 .cont {
    width: 100%;
}

.service-section1 .cont .item {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.service-section1 .cont .item i {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.service-section1 .cont .item i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-section1 .cont .item .tit {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .service-section1 .cont .item .tit {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .service-section1 .cont .item .tit {
        font-size: 16px;
    }
}

.service-section1 .cont .item .text {
    font-size: 24px;
    line-height: 36px;
    padding: 0 100px;
    position: relative;
}

@media (max-width: 1440px) {
    .service-section1 .cont .item .text {
        font-size: 22px;
        line-height: 34px;
        padding: 0 80px;
    }
}

@media (max-width: 1199px) {
    .service-section1 .cont .item .text {
        font-size: 20px;
        line-height: 32px;
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .service-section1 .cont .item .text {
        padding: 0 30px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .service-section1 .cont .item .text {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .service-section1 .cont .item .text:after,
    .service-section1 .cont .item .text:before {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 40px;
        height: 32px;
        background-size: 38px 32px;
    }
    .service-section1 .cont .item .text:after {
        right: 0;
        background: url(../images/inner/douright1.png) no-repeat center / contain;
    }
    .service-section1 .cont .item .text:before {
        left: 0;
        background: url(../images/inner/douleft1.png) no-repeat center / contain;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .service-section1 .cont .item .text:after,
    .service-section1 .cont .item .text:before {
        width: 30px;
        height: 22px;
        background-size: 28px 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-section1 .cont .item .text:after,
    .service-section1 .cont .item .text:before {
        width: 20px;
        height: 12px;
        background-size: 18px 12px;
    }
}

.service-section2 {
    background-color: #f7f7f7;
}

.service-section2 .tit {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .service-section2 .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .service-section2 .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .service-section2 .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .service-section2 .tit {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .service-section2 .tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .service-section2 .tit {
        margin-bottom: 30px;
    }
}

.service-section2 .service2-cont {
    width: 1005;
}

.service-section2 .service2-cont .item {
    width: 100%;
    position: relative;
}

.service-section2 .service2-cont .item .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 138.9%;
    width: 100%;
}

.service-section2 .service2-cont .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.service-section2 .service2-cont .item .font {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/inner/jianbianimg1.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 40px 20px;
}

@media (max-width: 1440px) {
    .service-section2 .service2-cont .item .font {
        padding: 30px 20px;
    }
}

@media (max-width: 1199px) {
    .service-section2 .service2-cont .item .font {
        padding: 26px 20px;
    }
}

.service-section2 .service2-cont .item .font .f_tit {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .service-section2 .service2-cont .item .font .f_tit {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .service-section2 .service2-cont .item .font .f_tit {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .service-section2 .service2-cont .item .font .f_tit {
        font-size: 18px;
    }
}

.service-section2 .service2-cont .item .font .text {
    font-size: 22px;
}

@media (max-width: 1440px) {
    .service-section2 .service2-cont .item .font .text {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .service-section2 .service2-cont .item .font .text {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .service-section2 .service2-cont .item .font .text {
        font-size: 16px;
    }
}

.service-section3 .tit {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .service-section3 .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .service-section3 .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .service-section3 .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .service-section3 .tit {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .service-section3 .tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .service-section3 .tit {
        margin-bottom: 30px;
    }
}

.service-section3 .service3-cont {
    width: 100%;
}

.service-section3 .service3-cont .item {
    width: 100%;
    text-align: center;
}

.service-section3 .service3-cont .item .shu {
    font-size: 65px;
    color: #1f2c5c;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .service-section3 .service3-cont .item .shu {
        font-size: 55px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1199px) {
    .service-section3 .service3-cont .item .shu {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .service-section3 .service3-cont .item .shu {
        font-size: 30px;
    }
}

.service-section3 .service3-cont .item .shu i {
    font-size: 35px;
}

@media (max-width: 1440px) {
    .service-section3 .service3-cont .item .shu i {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .service-section3 .service3-cont .item .shu i {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .service-section3 .service3-cont .item .shu i {
        font-size: 16px;
    }
}

.service-section3 .service3-cont .item .text {
    font-size: 24px;
    line-height: 1.3;
}

@media (max-width: 1440px) {
    .service-section3 .service3-cont .item .text {
        font-size: 20px;
    }
}

.service-section4 {
    padding-top: 0;
}

.service-section4 .cont {
    width: 100%;
}

.service-section4 .cont .service4-nav {
    width: 100%;
}

.service-section4 .cont .service4-nav .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
    border-top: 5px solid transparent;
    height: 100px;
    background-color: #eeeeee;
}

@media (max-width: 1199px) {
    .service-section4 .cont .service4-nav .item {
        height: 70px;
    }
}

@media (max-width: 991px) {
    .service-section4 .cont .service4-nav .item {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .service-section4 .cont .service4-nav .item {
        font-size: 12px;
    }
}

.service-section4 .cont .service4-nav .on .item {
    border-color: #f07511;
    background-color: #f7f7f7;
}

.service-section4 .cont .f_cont {
    background-color: #f7f7f7;
    padding: 80px 60px;
}

@media (max-width: 1440px) {
    .service-section4 .cont .f_cont {
        padding: 70px 50px;
    }
}

@media (max-width: 1199px) {
    .service-section4 .cont .f_cont {
        padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .service-section4 .cont .f_cont {
        padding: 40px 20px;
    }
}

.service-section4 .cont .f_cont .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

@media (max-width: 991px) {
    .service-section4 .cont .f_cont .item .font {
        width: 100%;
        margin-bottom: 10px;
    }
}

.service-section4 .cont .f_cont .item .font .tit {
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .service-section4 .cont .f_cont .item .font .tit {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .service-section4 .cont .f_cont .item .font .tit {
        margin-bottom: 26px;
        font-size: 20px;
    }
}

.service-section4 .cont .f_cont .item .font .jut {
    width: 100%;
}

.service-section4 .cont .f_cont .item .font .jut .lit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.service-section4 .cont .f_cont .item .font .jut .lit i {
    display: block;
    width: 30px;
    margin-right: 20px;
    flex-shrink: 0;
}

@media (max-width: 1440px) {
    .service-section4 .cont .f_cont .item .font .jut .lit i {
        width: 26px;
    }
}

@media (max-width: 991px) {
    .service-section4 .cont .f_cont .item .font .jut .lit i {
        display: none;
    }
}

@media (max-width: 767px) {
    .service-section4 .cont .f_cont .item .font .jut .lit i {
        margin-right: 14px;
        width: 24px;
    }
}

.service-section4 .cont .f_cont .item .font .jut .lit i img {
    width: 100%;
}

.service-section4 .cont .f_cont .item .font .jut .lit .text {
    display: flex;
    font-size: 18px;
    line-height: 1.3;
    color: #666666;
    margin-top: 4px;
}

@media (max-width: 1440px) {
    .service-section4 .cont .f_cont .item .font .jut .lit .text {
        font-size: 16px;
    }
}

.service-section4 .cont .f_cont .item .font .jut .lit .text span {
    font-weight: bold;
    color: #333;
    flex-shrink: 0;
}

.service-section4 .cont .f_cont .item .er {
    width: 190px;
    flex-shrink: 0;
    text-align: center;
}

@media (max-width: 1440px) {
    .service-section4 .cont .f_cont .item .er {
        width: 160px;
    }
}

@media (max-width: 1199px) {
    .service-section4 .cont .f_cont .item .er {
        width: 140px;
    }
}

@media (min-width: 992px) {
    .service-section4 .cont .f_cont .item .er {
        margin-left: 10px;
    }
}

.service-section4 .cont .f_cont .item .er i {
    display: block;
    width: 100%;
}

.service-section4 .cont .f_cont .item .er i img {
    width: 100%;
}

.service-section4 .cont .f_cont .item .er p {
    margin-top: 20px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .service-section4 .cont .f_cont .item .er p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .service-section4 .cont .f_cont .item .er p {
        font-size: 14px;
    }
}

.service-section4 .cont .f_cont .on {
    display: flex;
}


/* End */


/*  */

.c-banner3 {
    padding-bottom: 60px;
}

.c-banner3 .c-title2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 40px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: url(../images/hj-zz.png) repeat-x bottom left / auto;
}

.c-banner3 .swiper-slide img {
    width: 100%;
    height: 5.1vw;
    object-fit: cover;
}

.c-banner3 .c-bottom-wrap {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.c-banner3 .c-bottom-wrap .swiper-pagination {
    position: relative;
    bottom: 0;
    width: 100px;
    font-style: italic;
    text-align: left;
    color: #999;
}

.c-banner3 .c-bottom-wrap .swiper-pagination-current {
    font-size: 30px;
    color: #333;
}

.c-banner3 .c-bottom-wrap .swiper-pagination-total {
    font-size: 14px;
}

.c-banner3 .c-bottom-wrap .c-btn-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 130px;
}

.c-banner3 .c-bottom-wrap .c-btn-box .c-prev {
    width: 22px;
    height: 12px;
    background: url(../images/prev2.png) no-repeat left top / 100% auto;
    cursor: pointer;
}

.c-banner3 .c-bottom-wrap .c-btn-box .c-prev:hover {
    background-image: url(../images/prev2-h.png);
}

.c-banner3 .c-bottom-wrap .c-btn-box .c-next {
    margin: 0 30px 0 20px;
    width: 22px;
    height: 12px;
    background: url(../images/next2.png) no-repeat left top / 100% auto;
    cursor: pointer;
}

.c-banner3 .c-bottom-wrap .c-btn-box .c-next:hover {
    background-image: url(../images/next2-h.png);
}

.c-banner3 .c-bottom-wrap .c-btn-box .c-btn {
    width: 12px;
    height: 12px;
    background: url(../images/zt.png) no-repeat left top / 100% auto;
    cursor: pointer;
}

.c-banner3 .c-bottom-wrap .c-btn-box .c-btn.on {
    background-image: url(../images/bf.png);
}

.c-banner3 .c-bottom-wrap .c-line-box {
    position: relative;
    margin-bottom: 5px;
    width: -webkit-calc(-130%);
    width: calc(100% - 230px);
    height: 1px;
    background: #dadada;
    overflow: hidden;
}

.c-banner3 .c-bottom-wrap .c-line-box .c-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0042ad;
}

.experiment-section1 {
    padding-top: 30px;
}

.experiment-section1 .basecont .cont .nav .zhong .item {
    border-top: 2px solid #f7f7f7;
    border-bottom: none;
}

@media (min-width: 992px) {
    .experiment-section1 .basecont .cont .nav .zhong .item {
        border-right: 2px solid #f7f7f7;
    }
}

.experiment-section1 .basecont .cont .nav .zhong .item:first-child {
    padding-top: 35px;
}

@media (max-width: 1440px) {
    .experiment-section1 .basecont .cont .nav .zhong .item:first-child {
        padding-top: 26px;
    }
}

@media (max-width: 1199px) {
    .experiment-section1 .basecont .cont .nav .zhong .item:first-child {
        padding-top: 20px;
    }
}

.experiment-section1 .basecont .cont .nav .zhong .item:last-child {
    border-bottom: 2px solid #f7f7f7;
}

@media (min-width: 992px) {
    .experiment-section1 .basecont .cont .nav .zhong .on {
        border-right-color: #1f2c5c;
    }
}

.experiment-section1 .basecont .cont .gt .f_item1 {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (max-width: 1681px) {
    .experiment-section1 .basecont .cont .gt .f_item1 {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1440px) {
    .experiment-section1 .basecont .cont .gt .f_item1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1366px) {
    .experiment-section1 .basecont .cont .gt .f_item1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .experiment-section1 .basecont .cont .gt .f_item1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .experiment-section1 .basecont .cont .gt .f_item1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.experiment-section1 .basecont .cont .gt .f_item1 {
    padding-top: 0;
}

.experiment-section1 .basecont .cont .gt .f_item1:last-child {
    padding-bottom: 0;
}

.experiment-section1 .basecont .cont .gt .f_item1 .tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
}

@media (max-width: 1440px) {
    .experiment-section1 .basecont .cont .gt .f_item1 .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .experiment-section1 .basecont .cont .gt .f_item1 .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .experiment-section1 .basecont .cont .gt .f_item1 .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .experiment-section1 .basecont .cont .gt .f_item1 .tit {
        font-size: 24px;
    }
}

.experiment-section1 .basecont .cont .gt .f_item1 .text {
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 1440px) {
    .experiment-section1 .basecont .cont .gt .f_item1 .text {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .experiment-section1 .basecont .cont .gt .f_item1 .text {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}

.experiment-section1 .basecont .cont .gt .f_item1 .c-banner3 {
    height: auto;
}

.experiment-section1 .basecont .cont .gt .f_item1 .c-banner3 .swiper-slide img {
    height: auto;
}

@media (max-width: 767px) {}

.experiment-section2 {
    padding-top: 0;
}

.experiment-section2 .basecont .cont {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1440px) {
    .experiment-section2 .basecont .cont {
        margin: 0 -20px;
    }
}

@media (max-width: 1199px) {
    .experiment-section2 .basecont .cont {
        margin: 0 -10px;
    }
}

@media (max-width: 991px) {
    .experiment-section2 .basecont .cont {
        margin: 0 -5px;
    }
}

@media (max-width: 767px) {
    .experiment-section2 .basecont .cont {
        margin: 0;
    }
}

.experiment-section2 .basecont .cont .item {
    width: 50%;
    padding: 0 30px;
}

@media (max-width: 1440px) {
    .experiment-section2 .basecont .cont .item {
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    .experiment-section2 .basecont .cont .item {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .experiment-section2 .basecont .cont .item {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .experiment-section2 .basecont .cont .item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .experiment-section2 .basecont .cont .item {
        padding: 0;
    }
}

.experiment-section2 .basecont .cont .item .jut {
    background-color: #fafafa;
    padding: 40px 50px;
}

@media (max-width: 1440px) {
    .experiment-section2 .basecont .cont .item .jut {
        padding: 30px 40px;
    }
}

@media (max-width: 1199px) {
    .experiment-section2 .basecont .cont .item .jut {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    .experiment-section2 .basecont .cont .item .jut {
        padding-inline-end: 30px 16px;
    }
}

.experiment-section2 .basecont .cont .item .jut .tit {
    font-size: 24px;
    line-height: 1;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .experiment-section2 .basecont .cont .item .jut .tit {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .experiment-section2 .basecont .cont .item .jut .tit {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .experiment-section2 .basecont .cont .item .jut .tit {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }
}

.experiment-section2 .basecont .cont .item .jut .zhong {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .experiment-section2 .basecont .cont .item .jut .zhong {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .experiment-section2 .basecont .cont .item .jut .zhong {
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .experiment-section2 .basecont .cont .item .jut .zhong {
        font-size: 12px;
    }
}

.experiment-section2 .basecont .cont .item .jut .zhong a {
    display: block;
    margin-left: 10px;
}

.experiment-section2 .basecont .cont .item .jut .zhong a:first-child {
    margin-left: 0;
}

.experiment-section2 .basecont .cont .item .jut .zhong a:hover {
    color: #1f2c5c;
}

@media (max-width: 767px) {
    .experiment-section2 .basecont .cont .item .jut .zhong a {
        margin-bottom: 14px;
        width: calc(33% - 10px);
    }
}

@media (max-width: 767px) and (min-width: 568px) {
    .experiment-section2 .basecont .cont .item .jut .zhong a:nth-child(4n) {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .experiment-section2 .basecont .cont .item .jut .zhong a {
        width: calc(50% - 10px);
    }
}

@media (max-width: 500px) and (min-width: 200px) {
    .experiment-section2 .basecont .cont .item .jut .zhong a:nth-child(3n) {
        margin-left: 0;
    }
}


/* End */

.capability-section1 {
    position: relative;
    overflow: hidden;
}

.capability-section1 .img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .capability-section1 .img {
        height: 400px;
    }
}

.capability-section1 .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991px) {
    .capability-section1 .img img {
        height: 100%;
    }
}

.capability-section1 .basecont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: flex;
}

@media (min-width: 1200px) {
    .capability-section1 .basecont {
        flex-direction: row-reverse;
    }
}

@media (max-width: 767px) {
    .capability-section1 .basecont {
        width: 100%;
    }
}

.capability-section1 .basecont .font {
    width: 100%;
    max-width: 562px;
    color: #fff;
    margin-right: 56px;
}

@media (max-width: 1440px) {
    .capability-section1 .basecont .font {
        margin-right: 36px;
    }
}

@media (max-width: 1199px) {
    .capability-section1 .basecont .font {
        margin-right: 0;
    }
}

.capability-section1 .basecont .font .item {
    margin-bottom: 70px;
}

@media (max-width: 1440px) {
    .capability-section1 .basecont .font .item {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .capability-section1 .basecont .font .item {
        margin-bottom: 30px;
    }
}

.capability-section1 .basecont .font .item:last-child {
    margin-bottom: 0;
}

.capability-section1 .basecont .font .item .tit {
    font-size: 44px;
    line-height: 1;
    padding-bottom: 26px;
    margin-bottom: 26px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

@media (max-width: 1440px) {
    .capability-section1 .basecont .font .item .tit {
        font-size: 36px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .capability-section1 .basecont .font .item .tit {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .capability-section1 .basecont .font .item .tit {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .capability-section1 .basecont .font .item .tit {
        font-size: 20px;
    }
}

.capability-section1 .basecont .font .item .text {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .capability-section1 .basecont .font .item .text {
        font-size: 14px;
        line-height: 22px;
    }
}

.capability-section1 .basecont .font .item .f_text {
    font-weight: bold;
    line-height: 26px;
}

@media (max-width: 1199px) {
    .capability-section1 .basecont .font .item .f_text {
        line-height: 24px;
    }
}

.capability-section1 .basecont .font .item:nth-child(2) .f_text {
    font-weight: 200;
}

.capability-section1 .basecont .font .item:nth-child(2) .tit {
    font-size: 30px;
}

@media (max-width: 1440px) {
    .capability-section1 .basecont .font .item:nth-child(2) .tit {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .capability-section1 .basecont .font .item:nth-child(2) .tit {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .capability-section1 .basecont .font .item:nth-child(2) .tit {
        font-size: 18px;
    }
}

.capability-section2 .f_tit {
    text-align: center;
    width: 100%;
    margin-bottom: 44px;
}

@media (max-width: 1440px) {
    .capability-section2 .f_tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .capability-section2 .f_tit {
        margin-bottom: 30px;
    }
}

.capability-section2 .f_tit .tit {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 26px;
}

@media (max-width: 1440px) {
    .capability-section2 .f_tit .tit {
        font-size: 38px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1199px) {
    .capability-section2 .f_tit .tit {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .capability-section2 .f_tit .tit {
        font-size: 24px;
    }
}

.capability-section2 .f_tit .text {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    max-width: 1030px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .capability-section2 .f_tit .text {
        font-size: 14px;
        line-height: 22px;
    }
}

.capability-section2 .cont {
    display: flex;
    flex-wrap: wrap;
}

.capability-section2 .cont .item {
    width: 16.666%;
    position: relative;
    padding-bottom: 9.7%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .capability-section2 .cont .item {
        width: 30%;
        padding-bottom: 12%;
    }
}

@media (max-width: 767px) {
    .capability-section2 .cont .item {
        padding-bottom: 20%;
    }
}

.capability-section2 .cont .item img {
    width: 60%;
    height: 30%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .capability-section2 .cont .item img {
        height: 50%;
    }
}

.capability-section2 .cont .item:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.capability-section3 {
    padding-top: 0;
}

.capability-section3 .basecont {
    display: flex;
    justify-content: center;
}

.capability-section3 .but {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 40px;
}

@media (max-width: 1440px) {
    .capability-section3 .but {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .capability-section3 .but {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .capability-section3 .but {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .capability-section3 .but {
        font-size: 24px;
    }
}

.capability-section3 .but span {
    padding-bottom: 10px;
    border-bottom: 1px solid #646464;
    margin-top: 10px;
    display: block;
}

@media (max-width: 1440px) {
    .capability-section3 .but span {
        padding-bottom: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .capability-section3 .but span {
        margin-top: 3px;
        padding-bottom: 3px;
    }
}

.capability-section3 .but i {
    display: block;
    width: 40px;
    margin-left: 24px;
}

@media (max-width: 1440px) {
    .capability-section3 .but i {
        width: 30px;
        margin-left: 18px;
    }
}

@media (max-width: 1199px) {
    .capability-section3 .but i {
        width: 26px;
        margin-left: 16px;
    }
}

@media (max-width: 991px) {
    .capability-section3 .but i {
        margin-left: 14px;
    }
}

.capability-section3 .but i img {
    width: 100%;
}

.capability-section3 .but:hover {
    color: #1f2c5c;
}

.capability-section3 .but:hover span {
    border-color: #1f2c5c;
}


/* End */


/* 渚涘簲鍟嗘嫑鍕� */

.basebag {
    background-color: #f7f7f7;
}

.supplier-section1 .tit {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .supplier-section1 .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .supplier-section1 .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .supplier-section1 .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .supplier-section1 .tit {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .supplier-section1 .tit {
        margin-bottom: 30px;
    }
}

.supplier-section1 .cont {
    width: 100%;
    margin-bottom: 50px;
}

@media (max-width: 1440px) {
    .supplier-section1 .cont {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .supplier-section1 .cont {
        margin-bottom: 30px;
        overflow: auto;
    }
}

.supplier-section1 .cont .zhong {
    width: 100%;
}

@media (max-width: 991px) {
    .supplier-section1 .cont .zhong {
        width: 900px;
    }
}

.supplier-section1 .cont .item {
    width: 100%;
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #f7f7f7;
}

.supplier-section1 .cont .item .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 26%;
    flex: 1 0 26%;
    text-align: center;
    height: 101px;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}

@media (max-width: 1199px) {
    .supplier-section1 .cont .item .list {
        height: 80px;
        font-size: 14px;
        line-height: 24px;
    }
}

.supplier-section1 .cont .item .list p {
    color: #333;
}

.supplier-section1 .cont .item .list span {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .supplier-section1 .cont .item .list {
        font-size: 12px;
    }
}

.supplier-section1 .cont .item .list:nth-child(1) {
    font-weight: bold;
}

.supplier-section1 .cont .item .list .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 50px;
    background-color: #e5e5e5;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
}

@media (max-width: 1440px) {
    .supplier-section1 .cont .item .list .but {
        width: 120px;
        height: 45px;
    }
}

@media (max-width: 1199px) {
    .supplier-section1 .cont .item .list .but {
        width: 100px;
        height: 40px;
        font-size: 12px;
    }
}

.supplier-section1 .cont .nav {
    border-color: transparent;
    background-color: #1f2c5c;
}

.supplier-section1 .cont .nav .list {
    background-color: #1f2c5c;
    color: #fff;
    font-weight: bold;
    height: 80px;
}

@media (max-width: 1199px) {
    .supplier-section1 .cont .nav .list {
        height: 70px;
    }
}

.supplier-section1 .cont .on .list .but {
    background-color: #1f2c5c;
    color: #fff;
}


/* End */


/* 渚涘簲鍟嗘嫑鍕�-璇︽儏椤� */

.supplier_info-section1 .cont {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    padding: 90px 100px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .supplier_info-section1 .cont {
        padding: 70px 80px;
    }
}

@media (max-width: 1199px) {
    .supplier_info-section1 .cont {
        padding: 50px 60px;
    }
}

@media (max-width: 991px) {
    .supplier_info-section1 .cont {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .supplier_info-section1 .cont {
        padding: 30px 20px;
    }
}

.supplier_info-section1 .cont .f_tit {
    text-align: center;
    margin-bottom: 90px;
}

@media (max-width: 1440px) {
    .supplier_info-section1 .cont .f_tit {
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) {
    .supplier_info-section1 .cont .f_tit {
        margin-bottom: 40px;
    }
}

.supplier_info-section1 .cont .f_tit .tit {
    font-weight: bold;
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .supplier_info-section1 .cont .f_tit .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .supplier_info-section1 .cont .f_tit .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .supplier_info-section1 .cont .f_tit .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .supplier_info-section1 .cont .f_tit .tit {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .supplier_info-section1 .cont .f_tit .tit {
        margin-bottom: 10px;
    }
}

.supplier_info-section1 .cont .f_tit .text {
    font-size: 14px;
    color: #999999;
}

@media (max-width: 991px) {
    .supplier_info-section1 .cont .f_tit .text {
        font-size: 12px;
    }
}

.supplier_info-section1 .cont .jut {
    width: 100%;
}

.supplier_info-section1 .cont .jut .item {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f7f7f7;
}

@media (max-width: 1440px) {
    .supplier_info-section1 .cont .jut .item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .supplier_info-section1 .cont .jut .item {
        margin-bottom: 26px;
        padding-bottom: 26px;
    }
}

.supplier_info-section1 .cont .jut .item .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
}

@media (max-width: 1440px) {
    .supplier_info-section1 .cont .jut .item .tit {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .supplier_info-section1 .cont .jut .item .tit {
        margin-bottom: 16px;
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .supplier_info-section1 .cont .jut .item .tit {
        font-size: 16px;
    }
}

.supplier_info-section1 .cont .jut .item .text {
    font-size: 14px;
    color: #555555;
    line-height: 18px;
}

@media (max-width: 1199px) {
    .supplier_info-section1 .cont .jut .item .text {
        font-size: 12px;
        line-height: 16px;
    }
}

.supplier_info-section1 .cont .jut .item .text p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .supplier_info-section1 .cont .jut .item .text p {
        margin-bottom: 10px;
    }
}

.supplier_info-section1 .cont .jut .item .text p:last-child {
    margin-bottom: 0;
}

.supplier_info-section1 .cont .but {
    width: 200px;
    height: 60px;
    background-color: #1f2c5c;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .supplier_info-section1 .cont .but {
        width: 180px;
        height: 55px;
    }
}

@media (max-width: 1199px) {
    .supplier_info-section1 .cont .but {
        width: 140px;
        height: 50px;
        font-size: 14px;
    }
}


/* End */


/* 鐢宠鎴愪负渚涘簲鍟� */

.apply-section1 .cont {
    max-width: 650px;
    margin: 0 auto;
}

.apply-section1 .cont .tit {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .apply-section1 .cont .tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .apply-section1 .cont .tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .apply-section1 .cont .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .apply-section1 .cont .tit {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .apply-section1 .cont .tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .apply-section1 .cont .tit {
        margin-bottom: 30px;
    }
}

.apply-section1 .cont .item {
    margin-bottom: 12px;
}

.apply-section1 .cont .item input,
.apply-section1 .cont .item button {
    height: 70px;
    width: 100%;
    padding: 28px 20px;
    border: none;
    background-color: #fff;
    font-size: 14px;
    color: #999999;
}

@media (max-width: 1199px) {
    .apply-section1 .cont .item input,
    .apply-section1 .cont .item button {
        height: 60px;
        padding: 22px 20px;
        font-size: 12px;
    }
}

.apply-section1 .cont .item button {
    background-color: #1f2c5c;
    color: #fff;
    font-size: 22px;
    padding: 0;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .apply-section1 .cont .item button {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .apply-section1 .cont .item button {
        font-size: 18px;
    }
}

.apply-section1 .cont .radio {
    display: flex;
    margin-bottom: 30px;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .apply-section1 .cont .radio {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .apply-section1 .cont .radio {
        margin-bottom: 16px;
    }
}

.apply-section1 .cont .radio span {
    display: block;
    margin-right: 40px;
    font-weight: bold;
    flex-shrink: 0;
}

@media (max-width: 1440px) {
    .apply-section1 .cont .radio span {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    .apply-section1 .cont .radio span {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .apply-section1 .cont .radio span {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .apply-section1 .cont .radio span {
        display: none;
    }
}

.apply-section1 .cont .radio .jut {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.apply-section1 .cont .radio .jut label {
    display: block;
    position: relative;
    margin-right: 50px;
    padding-left: 28px;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .apply-section1 .cont .radio .jut label {
        margin-right: 40px;
    }
}

@media (max-width: 1199px) {
    .apply-section1 .cont .radio .jut label {
        margin-right: 30px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .apply-section1 .cont .radio .jut label {
        margin-right: 20px;
    }
}

@media (max-width: 500px) {
    .apply-section1 .cont .radio .jut label {
        font-size: 12px;
        margin-right: 12px;
        padding-left: 20px;
    }
}

.apply-section1 .cont .radio .jut label:last-child {
    margin-bottom: 0;
}

.apply-section1 .cont .radio .jut label input {
    opacity: 0;
}

.apply-section1 .cont .radio .jut label:after,
.apply-section1 .cont .radio .jut label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.apply-section1 .cont .radio .jut label:after {
    width: 16px;
    height: 16px;
    border: 2px solid #9b9b9b;
}

@media (max-width: 767px) {
    .apply-section1 .cont .radio .jut label:after {
        width: 12px;
        height: 12px;
    }
}

.apply-section1 .cont .radio .jut label:before {
    width: 6px;
    height: 6px;
    background-color: #1f2c5c;
    left: 7px;
    opacity: 0;
}

@media (max-width: 767px) {
    .apply-section1 .cont .radio .jut label:before {
        width: 4px;
        height: 4px;
        left: 6px;
    }
}

.apply-section1 .cont .radio .jut .on {
    font-weight: bold;
}

.apply-section1 .cont .radio .jut .on:after {
    border-color: #1f2c5c;
}

.apply-section1 .cont .radio .jut .on:before {
    opacity: 1;
}

.apply-section1 .cont .file {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .apply-section1 .cont .file {
        margin-bottom: 20px;
    }
}

.apply-section1 .cont .file .lt {
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 150px);
}

@media (max-width: 1199px) {
    .apply-section1 .cont .file .lt {
        width: calc(100% - 130px);
    }
}

@media (max-width: 767px) {
    .apply-section1 .cont .file .lt {
        width: 100%;
        margin-bottom: 12px;
    }
}

.apply-section1 .cont .file .lt span {
    font-size: 16px;
    display: block;
}

@media (max-width: 1199px) {
    .apply-section1 .cont .file .lt span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .apply-section1 .cont .file .lt span {
        width: 100%;
        margin-bottom: 5px;
    }
}

.apply-section1 .cont .file .lt a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #1f2c5c;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .apply-section1 .cont .file .lt a {
        margin-left: 0;
    }
}

.apply-section1 .cont .file .lt a i {
    display: block;
    width: 18px;
    margin-right: 4px;
}

.apply-section1 .cont .file .lt a i img {
    width: 100%;
}

.apply-section1 .cont .file .but {
    width: 140px;
    height: 70px;
    padding: 28px 20px;
    border: none;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .apply-section1 .cont .file .but {
        height: 60px;
        padding: 22px 20px;
        font-size: 12px;
        width: 120px;
    }
}

.apply-section1 .cont .file .but i {
    display: block;
    width: 16px;
    margin-right: 8px;
}

@media (max-width: 1199px) {
    .apply-section1 .cont .file .but i {
        width: 12px;
        margin-right: 5px;
    }
}

.apply-section1 .cont .file .but input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.apply-section1 .cont p {
    text-align: center;
    font-size: 14px;
    color: #999999;
}

@media (max-width: 991px) {
    .apply-section1 .cont p {
        font-size: 12px;
    }
}


/* End */


/*  */

.searchresult-section1 .cont {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .searchresult-section1 .cont .font {
        width: 100%;
        margin-bottom: 20px;
    }
}

.searchresult-section1 .cont .font .tit {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
}

@media (max-width: 1440px) {
    .searchresult-section1 .cont .font .tit {
        font-size: 42px;
    }
}

@media (max-width: 1366px) {
    .searchresult-section1 .cont .font .tit {
        font-size: 32px;
        margin-bottom: 12px;
    }
}

@media (max-width: 1199px) {
    .searchresult-section1 .cont .font .tit {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .searchresult-section1 .cont .font .tit {
        font-size: 22px;
    }
}

.searchresult-section1 .cont .font .text {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}

@media (max-width: 1440px) {
    .searchresult-section1 .cont .font .text {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .searchresult-section1 .cont .font .text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .searchresult-section1 .cont .font .text {
        font-size: 16px;
    }
}

.searchresult-section1 .cont .font .text span {
    color: #1f2c5c;
}

.searchresult-section1 .cont .f_sle1 {
    position: relative;
    width: 160px;
    height: 50px;
}

.searchresult-section1 .cont .f_sle1 .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid transparent;
    cursor: pointer;
}

@media (max-width: 767px) {
    .searchresult-section1 .cont .f_sle1 .tit {
        font-size: 14px;
        padding: 0 14px;
    }
}

.searchresult-section1 .cont .f_sle1 .tit i {
    display: block;
    width: 10px;
}

.searchresult-section1 .cont .f_sle1 .tit i img {
    width: 100%;
}

.searchresult-section1 .cont .f_sle1 .tit i img:nth-child(2) {
    display: none;
}

@media (max-width: 991px) {
    .searchresult-section1 .cont .f_sle1 .tit {
        border-color: ececec;
        background-color: #37383c;
        color: #fff;
        font-weight: bold;
    }
    .searchresult-section1 .cont .f_sle1 .tit i img:nth-child(1) {
        display: none;
    }
    .searchresult-section1 .cont .f_sle1 .tit i img:nth-child(2) {
        display: block;
    }
}

.searchresult-section1 .cont .f_sle1 .jut {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ececec;
    display: none;
    z-index: 3;
}

.searchresult-section1 .cont .f_sle1 .jut a {
    padding: 18px 20px;
    display: block;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
}

@media (max-width: 767px) {
    .searchresult-section1 .cont .f_sle1 .jut a {
        font-size: 14px;
        padding: 16px 14px;
    }
}

.searchresult-section1 .cont .f_sle1 .jut a:last-child {
    border-bottom: none;
}

.searchresult-section1 .cont .f_sle1:hover .jut {
    display: block;
}

.searchresult-section1 .cont .f_sle1:hover .tit {
    border-color: ececec;
    background-color: #37383c;
    color: #fff;
    font-weight: bold;
}

.searchresult-section1 .cont .f_sle1:hover .tit i img:nth-child(1) {
    display: none;
}

.searchresult-section1 .cont .f_sle1:hover .tit i img:nth-child(2) {
    display: block;
}

.searchresult-section1 .cont .on .tit {
    border-color: ececec;
    background-color: #37383c;
    color: #fff;
    font-weight: bold;
}

.searchresult-section1 .cont .on .tit i img:nth-child(1) {
    display: none;
}

.searchresult-section1 .cont .on .tit i img:nth-child(2) {
    display: block;
}

.searchresult-section2 {
    padding-top: 0;
}

.searchresult-section2 .cont {
    max-width: 1000px;
    margin: 0 auto;
}

.searchresult-section2 .cont .jut {
    width: 100%;
    margin-bottom: 50px;
}

@media (max-width: 1440px) {
    .searchresult-section2 .cont .jut {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .searchresult-section2 .cont .jut {
        margin-bottom: 30px;
    }
}

.searchresult-section2 .cont .jut .item {
    padding: 60px 0;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1440px) {
    .searchresult-section2 .cont .jut .item {
        padding: 40px 0;
    }
}

@media (max-width: 1199px) {
    .searchresult-section2 .cont .jut .item {
        padding: 30px 0;
    }
}

.searchresult-section2 .cont .jut .item .font {
    width: 60%;
    width: calc(100% - 258px);
}

@media (max-width: 991px) {
    .searchresult-section2 .cont .jut .item .font {
        width: 100%;
        margin-top: 20px;
        order: 1;
    }
}

.searchresult-section2 .cont .jut .item .font .lab {
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}

@media (max-width: 500px) {
    .searchresult-section2 .cont .jut .item .font .lab {
        margin-bottom: 6px;
        font-size: 12px;
    }
}

.searchresult-section2 .cont .jut .item .font .tit {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
}

@media (max-width: 1440px) {
    .searchresult-section2 .cont .jut .item .font .tit {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .searchresult-section2 .cont .jut .item .font .tit {
        margin-bottom: 12px;
    }
}

.searchresult-section2 .cont .jut .item .font .text {
    font-size: 20px;
    color: #999999;
    line-height: 26px;
}

@media (max-width: 1440px) {
    .searchresult-section2 .cont .jut .item .font .text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1199px) {
    .searchresult-section2 .cont .jut .item .font .text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 500px) {
    .searchresult-section2 .cont .jut .item .font .text {
        font-size: 14px;
        line-height: 20px;
    }
}

.searchresult-section2 .cont .jut .item .img {
    width: 248px;
    height: 150px;
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .searchresult-section2 .cont .jut .item .img {
        order: 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

.searchresult-section2 .cont .jut .item .img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.searchresult-section2 .cont .move {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    margin: 0 auto;
}

.searchresult-section2 .cont .move i {
    display: block;
    width: 9px;
    margin-left: 8px;
    overflow: hidden;
}

.searchresult-section2 .cont .move i img {
    width: 100%;
    float: left;
}


/* End */


/*  */

.law-section1 .tit {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .law-section1 .tit {
        margin-bottom: 30px;
    }
}

.law-section1 .cont {
    background-color: #fff;
    width: 100%;
    padding: 100px;
}

@media (max-width: 1440px) {
    .law-section1 .cont {
        padding: 80px;
    }
}

@media (max-width: 1199px) {
    .law-section1 .cont {
        padding: 60px 40px;
    }
}

@media (max-width: 991px) {
    .law-section1 .cont {
        padding: 40px 20px;
    }
}

.law-section1 .cont .make-text strong {
    font-weight: bold;
}


/* End */


/*  */

.websitemap-section1 {
    width: 100%;
}

.websitemap-section1 .cont {
    background-color: #fff;
    padding: 100px 184px;
}

@media (max-width: 1440px) {
    .websitemap-section1 .cont {
        padding: 80px 150px;
    }
}

@media (max-width: 1199px) {
    .websitemap-section1 .cont {
        padding: 60px 100px;
    }
}

@media (max-width: 991px) {
    .websitemap-section1 .cont {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .websitemap-section1 .cont {
        padding: 40px 20px;
    }
}

.websitemap-section1 .cont .item {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 2px solid #f7f7f7;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .websitemap-section1 .cont .item {
        padding-bottom: 20px;
    }
}

.websitemap-section1 .cont .item .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
    .websitemap-section1 .cont .item .tit {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .websitemap-section1 .cont .item .tit {
        font-size: 16px;
    }
}

.websitemap-section1 .cont .item .tit i {
    display: block;
    overflow: hidden;
    width: 10px;
    margin-left: 8px;
}

.websitemap-section1 .cont .item .tit i img {
    width: 100%;
}

.websitemap-section1 .cont .item .jut {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .websitemap-section1 .cont .item .jut {
        margin-top: 20px;
    }
}

.websitemap-section1 .cont .item .jut .list {
    display: block;
    font-size: 14px;
    width: 26%;
    padding-right: 10px;
    color: #666666;
    margin-bottom: 16px;
}

@media (max-width: 1199px) {
    .websitemap-section1 .cont .item .jut .list {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .websitemap-section1 .cont .item .jut .list {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .websitemap-section1 .cont .item .jut .list {
        width: 50%;
    }
}

.websitemap-section1 .cont .item .jut .list span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.websitemap-section1 .cont .item .jut .list:hover {
    color: #1f2c5c;
}


/* End */


/* 寮圭獥 */

.f_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.altbox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 100%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.altbox:after {
    content: "";
    clear: both;
    display: block;
}

.altbox .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.altbox .cont {
    position: relative;
    z-index: 2;
    width: 50%;
    height: 100vh;
    overflow: auto;
    background-color: #efefef;
    float: right;
    padding: 80px 80px 60px;
    overflow: auto;
}

@media (max-width: 1440px) {
    .altbox .cont {
        padding: 40px 60px;
    }
}

@media (max-width: 1199px) {
    .altbox .cont {
        width: 100%;
        padding: 30px 40px;
    }
}

@media (max-width: 991px) {
    .altbox .cont {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .altbox .cont {
        padding: 30px 20px;
    }
}

.altbox .cont::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}

.altbox .cont::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #1f2c5c;
}

.altbox .cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.altbox .cont .cox {
    position: absolute;
    right: 80px;
    top: 50px;
    width: 25px;
}

@media (max-width: 1440px) {
    .altbox .cont .cox {
        right: 60px;
        top: 30px;
        width: 20px;
    }
}

@media (max-width: 1199px) {
    .altbox .cont .cox {
        top: 20px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .altbox .cont .cox {
        top: 15px;
        right: 20px;
    }
}

.altbox .cont .cox img {
    width: 100%;
}

.altbox .cont .tit {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .altbox .cont .tit {
        font-size: 26px;
        margin-bottom: 14px;
    }
}

@media (max-width: 1366px) {
    .altbox .cont .tit {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .altbox .cont .tit {
        /* font-size: 18px; */
    }
}

@media (max-width: 767px) {
    .altbox .cont .tit {
        /* font-size: 16px; */
    }
}

@media (max-width: 1440px) {
    .altbox .cont .tit {
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) {
    .altbox .cont .tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .altbox .cont .tit {
        margin-bottom: 20px;
    }
}

.altbox .cont .list {
    width: 100%;
    margin-bottom: 10px;
}

.altbox .cont .list .f_tit {
    font-size: 20px;
    color: #1f2c5c;
    line-height: 1;
    margin-bottom: 14px;
}

@media (max-width: 1440px) {
    .altbox .cont .list .f_tit {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .altbox .cont .list .f_tit {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .altbox .cont .list .f_tit {
        /* margin-bottom: 20px; */
    }
}

@media (max-width: 991px) {
    .altbox .cont .list .f_tit {
        /* margin-bottom: 16px; */
    }
}

.altbox .cont .list .jut {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media (max-width: 1440px) {
    .altbox .cont .list .jut {
        margin: 0 -5px;
    }
}

@media (max-width: 767px) {
    .altbox .cont .list .jut {
        margin: 0;
    }
}

.altbox .cont .list .jut .item {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 16px;
}

@media (max-width: 1440px) {
    .altbox .cont .list .jut .item {
        padding: 0 5px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .altbox .cont .list .jut .item {
        padding: 0;
        width: 100%;
        margin-bottom: 14px;
    }
}

.altbox .cont .list .jut .item span {
    display: block;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .altbox .cont .list .jut .item span {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.altbox .cont .list .jut .item input,
.altbox .cont .list .jut .item textarea,
.altbox .cont .list .jut .item select {
    background-color: #fff;
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 44px;
    padding: 8px 20px;
}

@media (max-width: 1199px) {
    .altbox .cont .list .jut .item input,
    .altbox .cont .list .jut .item textarea,
    .altbox .cont .list .jut .item select {
        height: 30px;
    }
}

.altbox .cont .list .jut .item textarea {
    width: 100%;
    height: 470px;
    height: 100px;
}

.altbox .cont .list .jut .item select {
    background: #fff url(../images/inner/selicon1.png) no-repeat;
    background-position: 96% 46%;
    background-size: 9px 16px;
}

.altbox .cont .list .jut .textarea {
    width: 100%;
}

.altbox .cont .but {
    display: flex;
}

.altbox .cont .but span {
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #8c9195;
    background-color: #fff;
    margin-right: 20px;
    flex-shrink: 0;
}

@media (max-width: 1440px) {
    .altbox .cont .list .jut .item textarea {
        height: 80px;
    }
    .altbox .cont .but span {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

.altbox .cont .but .du {
    display: block;
    width: calc(100% - 44px);
    font-size: 16px;
}

@media (max-width: 1440px) {
    .altbox .cont .but .du {
        width: calc(100% - 30px);
    }
}

@media (max-width: 1199px) {
    .altbox .cont .but .du {
        font-size: 14px;
    }
}

.altbox .cont .on span {
    background-color: #1f2c5c;
    border-color: #1f2c5c;
    background: #1f2c5c url(../images/zhengque.png) no-repeat center;
    background-size: 50% 36%;
}

.altbox .cont .sub {
    width: 390px;
    height: 50px;
    background-color: #37383c;
    font-size: 16px;
    color: #fff;
    border: none;
    margin-top: 26px;
}

@media (max-width: 1440px) {
    .altbox .cont .sub {
        width: 360px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .altbox .cont .sub {
        width: 300px;
        height: 40px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .altbox .cont .sub {
        width: 100%;
        margin-top: 20px;
    }
}


/* End: ; */

.headbox-section1 .cont .gt .lange {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.headbox-section1 .cont .gt .lange:hover .f-list {
    display: block;
}

.headbox-section1 .cont .gt .lange .f-list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    background-color: #fff;
    display: none;
}

.headbox-section1 .cont .gt .lange .f-list a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
}

.headbox-section1 .cont .gt .lange .f-list a:hover {
    color: #1f2c5c;
}

.swiper-wrapper {
    height: auto;
}

.service-section2 {
    overflow: hidden;
}


/*    */

.c-banner1 .swiper-slide .f_cont .font .but i,
.home-section4 .basecont .font .but i,
.home-section5 .ho5-cont .item .font .data i,
.productbox-section1 .cont .gt .f_cont .item .list .font i,
.footerbox-fixed .cont .but i,
.product_info-section3 .produ_info-cont .item .list .font i,
.solution-section1 .cont .item .list .jut .font i,
.newsbox-section1 .cont .list .item .font .data i,
.footerbox-section2 .cont .gt .form button img,
.aboutbox-section1 .f_item .lt .font .but i {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.c-banner1 .swiper-slide .f_cont .font .but:hover i,
.home-section4 .basecont .font .but:hover i,
.home-section5 .ho5-cont .item:hover .font .data i,
.productbox-section1 .cont .gt .f_cont .item .list:hover .font i,
.footerbox-fixed .cont .but:hover i,
.product_info-section3 .produ_info-cont .item .list:hover .font i,
.solution-section1 .cont .item .list:hover .jut .font i,
.newsbox-section1 .cont .list .item:hover .font .data i,
.footerbox-section2 .cont .gt .form button:hover img,
.aboutbox-section1 .f_item .lt .font .but:hover i {
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.footerbox-section2 .cont .lt .list .jut a {
    color: #999;
}

.home-section2 .item .font {
    position: relative;
}

.home-section2 .item .font .f_img {
    display: none;
}

.home-section2 .item .font .but,
.home-section2 .item .font .tit,
.home-section2 .item .font .lab {
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .home-section2 .item .font .f_img {
        position: absolute;
        right: 0;
        width: 320px;
        bottom: 30px;
        z-index: 1;
        display: block;
    }
    .home-section2 .item .font .f_img img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .home-section2 .item .font .f_img {
        bottom: 16px;
        width: 240px;
    }
}

@media (max-width: 567px) {
    .home-section2 .item .font .f_img {
        bottom: 16px;
        width: 230px;
    }
}

.home-section2 .item .img {
    z-index: 3;
}

.home-section2 .item .f_pre {
    z-index: 4;
}

.productbanner .basecont .font {
    max-width: 1040px;
    margin: 0 auto;
}

@media (max-width:767px) {
    .altbox .cont .list .jut .item textarea {
        height: 50px;
    }
    .altbox .cont .tit {
        margin-bottom: 14px;
    }
    .altbox .cont {
        padding: 22px 20px;
    }
    .altbox .cont .list .jut .item:nth-child(4) {
        margin-bottom: 0;
    }
    .altbox .cont .list .f_tit {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .altbox .cont .sub {
        height: 36px;
        font-size: 14px;
    }
    .altbox .cont .but span {
        width: 16px;
        height: 16px;
    }
    .altbox .cont .list .jut .textarea {
        margin-bottom: 0;
    }
}


/* ==========================================================================
    顶部 footer
 ==========================================================================*/

#footer {
    padding: 70px 0 0 0;
    position: relative;
    z-index: 2;
    background-color: #093f6a;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
}

#footer .zoom {
    padding: 0 80px 30px 40px;
    max-width: 1450px;
    margin: 0 auto;
}

@media (max-width: 1800px) {
    #footer .zoom {
        padding: 0 60px 30px 30px;
    }
}

@media (max-width: 785px) {
    #footer .zoom {
        padding: 0 30px 30px 30px;
    }
}

@media (max-width: 576px) {
    #footer .zoom {
        padding: 0 30px 10px 30px;
    }
}

@media (max-width: 350px) {
    #footer .zoom {
        padding: 0 15px 10px 15px;
    }
}

@media (max-width: 785px) {
    #footer {
        padding: 30px 0 0 0;
    }
}

.max-bg-size #footer .goTop.active {
    top: 30px;
}

.max-xs-size #footer .goTop.active {
    top: -20px;
}

.foot-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .foot-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.foot-about {
    width: 30%;
}

.foot-about .contact_text {
    margin-top: 20px;
}

.foot-about2 {
    width: 20%;
}

.foot-about2 .qr {
    width: 130px;
}

.foot-about2 .qr img {
    width: 130px;
}

.foot-about2 .qr p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.foot-about .contact_text p {
    margin: 5px 0;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1600px) {
    .foot-about {
        max-width: 100%;
        width: calc(100% - 580px);
    }
}

@media (max-width: 1200px) {
    .foot-about {
        width: calc(100% - 550px);
    }
    .foot-about .logo {
        width: 150px;
    }
    .foot-about .about-text {
        width: calc(100% - 150px);
    }
    #headerbox .menu ul .sub {
        background: #fff;
    }
    #headerbox .menu ul .sub ul.list li a,
    #headerbox .menu ul .sub ul.list li .sub-toggle {
        color: #000;
    }
}

@media (max-width: 1100px) {
    .foot-about {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .foot-about .logo {
        width: 100%;
    }
    .foot-about .about-text {
        width: 100%;
        padding: 25px 0 0 0;
    }
}

@media (max-width: 992px) {
    .foot-about {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        padding-right: 50px;
    }
    .max-md-size #home .news .container {
        margin: 5% 0 0 !important;
        padding: 0 30px;
    }
    .foot-about .contact_text {
        display: table;
        margin: 0 auto;
    }
    .slick-dots li button,
    .slick-dots li {
        width: 20px !important;
    }
    .max-xs-size #home .banner .slick-dots .slick-active button {
        opacity: 1;
    }
    #home .banner .slick-dots li button {
        background-color: #0092d8;
        opacity: 0.35;
    }
    .max-xs-size #home .banner .text .title {
        font-size: 20px;
        font-weight: 500;
    }
}

@media (max-width: 785px) {
    .foot-about {
        padding-right: 0;
    }
    .foot-about .logo {
        text-align: center;
        width: 100%;
    }
    .foot-about .about-text {
        display: none;
    }
}

.foot-container {
    width: 60%;
    float: right;
}

.foot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.foot-container .quicklink {
    display: block;
    width: 16.66%;
    padding-left: 40px;
}

.foot-container .link-tit {
    font-weight: 500;
    width: 100%;
    line-height: 1;
    height: 24px;
}

.foot-container ul.linkbox {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.foot-container ul.linkbox li {
    float: left;
    padding: 0 25px 15px 0;
}

.foot-container ul.linkbox li a {
    display: inline-block;
    white-space: nowrap;
    min-width: 130px;
}

@media (max-width: 1750px) {
    .foot-container .aboutlink {
        max-width: 310px;
    }
    .foot-container ul.linkbox li {
        padding: 0 25px 10px 0;
    }
}

@media (max-width: 1600px) {
    .foot-container .aboutlink {
        max-width: 165px;
    }
    .foot-container ul.linkbox li {
        padding: 0 15px 5px 0;
    }
}

@media (max-width: 992px) {
    .foot-container {
        display: none;
    }
}

@media (max-width: 785px) {
    .foot-container {
        padding: 0;
    }
    .foot-container .aboutlink {
        display: none;
    }
    .foot-container .link-tit {
        text-align: center;
    }
    .foot-container ul.linkbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .foot-container ul.linkbox li {
        width: auto;
        padding: 0 10px 10px 10px;
    }
    .foot-container ul.linkbox li a {
        min-width: auto;
    }
}

@media (max-width: 576px) {
    .foot-container .quicklink {
        max-width: 300px;
    }
    .foot-container ul.linkbox li {
        padding: 0 5px 8px 5px;
    }
}

.foot-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    padding-right: 65px;
}

@media (max-width: 1500px) {
    .foot-center {
        padding-right: 40px;
    }
}

@media (max-width: 992px) {
    .foot-center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 785px) {
    .foot-center {
        padding-right: 0;
        padding-top: 20px;
    }
}


/* ==========================================================================
    footer
 ==========================================================================*/

#footer {
    padding: 70px 0 0 0;
    position: relative;
    z-index: 2;
    background-color: #093f6a;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
}

.max-md-size #footer {
    padding-left: 0;
    padding-right: 0;
}

#footer a {
    color: #fff;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#footer a:hover {
    opacity: 0.5;
}

#footer .title {
    display: table;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

.max-md-size #footer .title {
    display: none !important;
}

#footer .top {
    margin-bottom: 30px;
}

.max-md-size #footer .top {
    display: none;
}

#footer .top ul.list {
    font-size: 0;
}

#footer .top ul.list>li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding-right: 50px;
    font-size: 16px;
}

#footer .top ul.list>li:last-of-type {
    padding-right: 0;
}

.max-bg2-size #footer .top ul.list>li {
    padding-right: 30px;
}

.max-bg-size #footer .top ul.list>li {
    font-size: 15px;
}

#footer .top ul.list>li a {
    display: inline-block;
    margin-bottom: 10px;
    line-height: normal;
}

.max-bg-size #footer .top ul.list>li a {
    margin-bottom: 5px;
}

#footer .top ul.list>li a.title {
    display: table;
    margin-bottom: 20px;
}

#footer .top ul.list>li ul {
    margin-bottom: 30px;
}

.max-bg-size #footer .top ul.list>li ul {
    margin-bottom: 20px;
}

#footer .center .search,
#footer .center .follow {
    margin-bottom: 30px;
}

.min-md-size #footer .center .search,
.min-md-size #footer .center .follow {
    display: inline-block;
    vertical-align: bottom;
}

#footer .center .search {
    max-width: 360px;
    width: 100%;
    margin-right: 50px;
}

.max-md-size #footer .center .search {
    margin: 0 auto 20px auto;
}

#footer .center .search .form {
    position: relative;
}

#footer .center .search .form .form-control {
    height: 42px;
    background-color: #113772;
    border: none;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 16px;
}

.max-bg-size #footer .center .search .form .form-control {
    font-size: 15px;
}

.max-lg-size #footer .center .search .form .form-control {
    border-radius: 42px;
}

#footer .center .search .form .form-control:hover,
#footer .center .search .form .form-control:focus {
    background-color: #0e2f63;
}

#footer .center .search .form button {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.max-md-size #footer .center .follow {
    margin-bottom: 20px;
    text-align: center;
}

#footer .center .follow .title,
#footer .center .follow ul {
    display: inline-block;
    vertical-align: top;
}

#footer .center .follow .title {
    margin-right: 20px;
    margin-bottom: 0;
}

#footer .bottom {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.max-md-size #footer .bottom {
    text-align: center;
}

#footer .bottom ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.max-bg-size #footer .bottom ul li {
    font-size: 15px;
}

#footer .bottom ul li:last-of-type {
    padding-right: 0 !important;
}

.min-lg-size #footer .bottom ul.rights {
    float: left;
    max-width: 50%;
}

.max-md-size #footer .bottom ul.rights li {
    display: block;
    padding-right: 0;
}

.max-sm-size #footer .bottom ul.rights li {
    margin-bottom: 5px;
    font-size: 14px !important;
}

#footer .bottom ul.rights .icon {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url("/images/rights-icon.png") center no-repeat;
}

.min-lg-size #footer .bottom ul.links {
    float: right;
    max-width: 50%;
}

#footer .bottom ul.links li {
    padding-right: 15px;
    position: relative;
}

#footer .bottom ul.links li:after {
    content: '';
    width: 1px;
    height: 12px;
    margin-top: -5px;
    position: absolute;
    right: 5px;
    top: 50%;
    background-color: #6176a3;
}

#footer .bottom ul.links li:last-of-type:after {
    content: normal;
}

.max-md-size #footer .bottom ul.links li:last-of-type:after {
    content: '';
}

#footer .bottom ul.links li.sitemap {
    display: none;
}

.max-md-size #footer .bottom ul.links li.sitemap {
    display: inline-block;
}

#footer .bottom ul.links li.sitemap:after {
    content: normal;
}

#footer .goTop {
    /* display: none; */
    width: 70px;
    height: 70px;
    position: fixed;
    right: 12px;
    bottom: 30px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #093f6a;
    border-radius: 50%;
    color: #093f6a;
    font-size: 16px;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    -o-transition: background 0.5s, color 0.5s, border 0.5s;
    transition: background 0.5s, color 0.5s, border 0.5s;
    transform: translateY(120px);
    transition: transform 1s;
}

#footer .goTop.show {
    transform: translateY(0);
}


/* .max-bg-size #footer .goTop {
right: 30px; } */

@media(max-width:1400px) {
    #footer .goTop {
        right: 12px;
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
}

.max-lg-size #footer .goTop {
    width: 50px;
    height: 50px;
    line-height: 48px;
}

.max-sm-size #footer .goTop {
    width: 40px;
    height: 40px;
    right: 10px;
    /* bottom  : 10px; */
    font-size: 15px;
    line-height: 38px;
}

.no-touch #footer .goTop:hover {
    background-color: #093f6a;
    border-color: #fff;
    color: #fff;
}

#footer .goTop.active {
    position: absolute;
    bottom: auto;
    top: 50px;
    background-color: #093f6a;
    border-color: #fff;
    color: #fff;
}

#footer .goTop.active:hover {
    background-color: #093f6a;
}

@media screen and (max-width:1200px) {
    #footer .center .search {
        margin-right: 0px;
    }
    #footer .center .search form {
        width: 330px;
        margin-right: 0;
    }
}

@media screen and (max-width:992px) {
    #footer .center .search form {
        width: auto;
    }
}

@media screen and (max-width:1700px) {
    #publications .download {
        /* background     : #d1dbe0 url(/dist/images/about/publications-download-bg.png) right 1% bottom no-repeat;
background-size: 180px; */
    }
}

@media screen and (max-width:1500px) {
    #publications .download {
        /* background     : #d1dbe0 url(/dist/images/about/publications-download-bg.png) right -6% bottom no-repeat;
background-size: 130px; */
    }
}

@media screen and (max-width:1300px) {
    #publications .download {
        background-image: none;
    }
}

#header .share .box ul {
    display: flex;
}

#header .share .box ul li {
    -webkit-box-flex: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
}

.followlink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.followlink .tit {
    font-weight: bold;
}

.followlink ul {
    display: inline-block;
    padding-left: 15px;
}

.followlink ul li {
    display: inline-block;
    padding: 0 5px;
}

.followlink ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .followlink {
        width: 100%;
        max-width: 100%;
        padding-top: 25px;
    }
}

@media (max-width: 785px) {
    .followlink .tit {
        display: none;
    }
    .followlink ul {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .followlink ul li {
        padding: 0 4px 10px 4px;
    }
}

.searchbox {
    width: 100%;
    max-width: 360px;
}

.searchbox .form {
    position: relative;
}

.searchbox .form .form-control {
    height: 42px;
    background-color: #113772;
    border: none;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.searchbox .form .form-control::-webkit-input-placeholder,
.searchbox .form .form-control::-moz-placeholder,
.searchbox .form .form-control::-o-placeholder,
.searchbox .form .form-control::-ms-placeholder,
.searchbox .form .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.searchbox .form button {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

@media (max-width: 785px) {
    .searchbox {
        margin-left: auto;
        margin-right: auto;
    }
    .searchbox .form .form-control {
        border-radius: 20px;
    }
}

.foot-bottom {
    border-top: 1px solid rgb(250, 250, 250, 0.5);
    width: 100%;
    padding: 15px 0;
    line-height: 20px;
    margin-top: 30px;
}

.foot-bottom .container {
    max-width: 1800px;
    margin: 0 auto;
}

.foot-bottom .rights {
    display: inline-block;
}

.foot-bottom .script {
    display: table;
    margin: 30px auto 0;
    text-align: center;
}

.foot-bottom .script .text {
    display: inline-block;
}

.foot-bottom .script .text .icon img {
    display: inline-block;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

@media (max-width: 785px) {
    .foot-bottom .rights {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .foot-bottom .script {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 10px 0 0 0;
    }
}

@media (max-width: 576px) {
    .foot-bottom {
        margin-top: 10px;
        padding: 10px 0 10px 0;
    }
    .foot-bottom .rights {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .foot-about .contact_text p {
        font-size: 14px;
    }
    .foot-bottom .script {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 0 0 0;
    }
    .foot-bottom .script .text .icon img {
        margin: 0 5px 0 0;
    }

}

.shareBox {
    background: #0092d8;
    border-radius: 99em;
    width: 60px;
    position: fixed;
    right: 55px;
    bottom: 110px;
    top: auto;
    z-index: 10;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.shareBox .share-items {
    padding: 10px 0 7px 0;
    width: 44px;
    margin: 0 auto;
    position: relative;
}

.shareBox .share-items li {
    padding: 0 0 3px 0;
}

.shareBox .share-items li a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.shareBox .share-items li a i:before {
    font-size: 18px;
}

.shareBox .share-items li a:hover {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.2);
}

.shareBox.show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.shareBox.active {
    position: absolute;
    bottom: auto;
    top: -240px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 1400px) {
    .shareBox {
        right: 12px;
        width: 50px;
        bottom: 90px;
    }
    .shareBox.active {
        top: -195px;
        bottom: auto;
    }
    .shareBox .share-items {
        width: 40px;
        padding: 6px 0;
    }
    .shareBox .share-items li {
        padding: 0;
    }
    .shareBox .share-items li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.max-lg-size .shareBox {
    width: 50px;
    right: 12px;
    bottom: 90px;
}

.max-lg-size .shareBox.active {
    top: -195px;
    bottom: auto;
}

.max-lg-size .shareBox .share-items {
    width: 40px;
    padding: 6px 0;
}

.max-lg-size .shareBox .share-items li {
    padding: 0;
}

.max-lg-size .shareBox .share-items li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.max-sm-size .shareBox {
    width: 40px;
    right: 10px;
    bottom: 80px;
}

.max-sm-size .shareBox.active {
    top: -160px;
    bottom: auto;
}

.max-sm-size .shareBox .share-items {
    width: 32px;
    padding: 4px 0;
}

.max-sm-size .shareBox .share-items li {
    padding: 0;
}

.max-sm-size .shareBox .share-items li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.max-sm-size .shareBox .share-items li a i:before {
    font-size: 16px;
}

.max-xs-size .shareBox {
    bottom: 80px;
}

.max-xs-size .shareBox.active {
    top: -165px;
    bottom: auto;
}

.experience {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 171px;
    background-image: url(../images/fexbag.jpg);
    margin-top: 5%;
}

.experienceCon {
    height: 171px;
}

.expWz {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding: 29px 0 19px 0;
    text-align: center;
    font-weight: normal;
}

.moreExp {
    width: 151px;
    height: .58vw;
    line-height: .58vw;
    border-radius: 29px;
    text-align: center;
    color: #2386EE;
    font-size: 17px;
    margin: 0 auto
}

.moreExp a {
    display: block;
}

.moreExp span.ani {
    background: #000;
    color: #000;
}

.anibtn .c-common-btn1 {
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
}

.anibtn .c-common-btn1:hover {
    color: #fff;
}

.mc_ft1_qrbox {
    position: relative;
    float: left;
    margin-right: 42px;
}

.mc_ft1_qrbox i,
.mc_ft1_qrbox em {
    font-size: 30px;
    color: rgba(0, 0, 0, .29);
    cursor: pointer;
}

.mc_ft1_qrxl {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    width: 120px;
}

.mc_ft1_qrwb:hover .mc_ft1_qrxl,
.mc_ft1_qrwx:hover .mc_ft1_qrxl {
    display: block;
}

.mc_ft1_qrbox i.iconfont {
    font-size: 30px;
    color: #fff;
}

.mc_ft1_qrcode {
    margin-top: 20px;
}

.lust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(250, 250, 250, 0.5);
    font-size: 14px;
}

.lust a {
    padding: 0 10px;
    border-right: 1px solid #eee;
}


/* 分页 */

#c-page {
    display: table;
    margin: 3% auto 0;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pagination li {
    margin: 0 8px;
    text-align: center;
}

.pagination li.active span,
.pagination li.active a,
.pagination li:hover a,
.pagination li:hover span {
    background: #1f2c5c;
    border: 1px solid #1f2c5c;
    color: #fff;
}

.pagination li a,
.pagination li span {
    border: 1px solid #b5b5b5;
    color: #b5b5b5;
    height: 30px;
    width: 36px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width:1300px) {
    #c-header .c-nav li a {
        font-size: 16px !important;
    }
    .foot-container .quicklink {
        padding-left: 22px
    }
}

@media screen and (max-width:1160px) {
    #c-header .c-nav li a {
        font-size: 14px !important;
    }
    .f20 {
        font-size: 18px;
    }
    .f16 {
        font-size: 14px;
    }
    .foot-container {
        width: 70%;
    }
}

@media (max-width: 640px) {
    #c-header.c-style2 .c-gn .c-wx,
    #c-header .c-gn .c-wx {
        display: none;
    }
    #c-header .c-gn {
        right: 48px !important;
    }
    #c-header .c-switch {
        right: -86% !important;
    }
    .lust {
        display: none;
    }
    .foot-bottom .script {
        margin: 0;
    }
    #c-top-site .box .c-left {
        display: none;
    }
    #c-top-site .c-box {
        height: 36px;
    }
    #c-top-site .c-box a {
        font-size: 12px;
    }
    #c-top-site .c-box {
        float: left;
    }
}